11# GUI Redis
22
33An Unity Plugin which enhances productivity for developers who are using Redis.
4-
5- ### Menu
6-
7- [ TOC]
8-
9-
4+ <br >
5+ [ 中文请点这里] ( #中文说明 )
106
117### Features
128
@@ -37,19 +33,19 @@ An Unity Plugin which enhances productivity for developers who are using Redis.
3733
38343 . When unity finishes processing the new dll, click on JEngine/GUI Redis on the menu.
3935
40- < img src = " Docs/Menu.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
36+ ![ menu ] ( Docs/Menu.png )
4137
42384 . A window should pop up with Chinese, if you can't read Chinese, don't worry, go to Language and choose English, so that you will be able to understand all the features.
4339
44- < img src = " Docs/Preview.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
40+ ![ preview ] ( Docs/Preview.png )
4541
46425 . Go to your server and check your config of Redis, go to the part with bind.
4743
48- < img src = " Docs/RedisConfig.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
44+ ![ config ] ( Docs/RedisConfig.png )
4945
5046 > Note that if you don't want to connect Redis via SSH, comment bind part and change protected-mode on config to no
5147 >
52- > < img src = " Docs/RedisConfig .png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
48+ > ![ note1 ] ( Docs/Note1 .png )
5349
54506 . Now, go back to Unity, and GUI Redis window.
5551
@@ -61,7 +57,7 @@ An Unity Plugin which enhances productivity for developers who are using Redis.
6157
6258 > Note that test connection will be running of main thread of Unity, which might make Unity unresponding but it is actually running.
6359
64- < img src = " Docs/Alert.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
60+ ![ alert ] ( Docs/Alert.png )
6561
666210 . As usual, Unity will pop up a dialog which tells you whether successfully connected or not, if not, please check the console which will give you the error message
6763
@@ -74,7 +70,7 @@ An Unity Plugin which enhances productivity for developers who are using Redis.
7470
757112 . Click on ** Refresh Keys** , and all keys in database will pop up
7672
77- < img src = " Docs/RefreshKey.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
73+ ![ keys ] ( Docs/RefreshKey.png )
7874
797513 . Now, you can whether add new data into your database, or modify any data in the list.
8076
136132
137133
138134
139- ### DEMO Video
140-
141- ___
142-
143- <video >
144- <source id =" mp4 " src =" Docs/Demo.mp4 " type =" video/mp4 " >
145- </video >
146-
147-
148135
149136### Issues
150137
@@ -155,7 +142,7 @@ If you have any issues,
155142- Please follow [ jason_the_developer] ( https://www.instagram.com/jason_the_programmer/ ) at instagram and send me messages
156143- Or, submit new issue on github page
157144
158- # GUI Redis 中文说明
145+ # 中文说明
159146
160147一个可以提高使用Redis数据库开发游戏的效率的Unity插件
161148
@@ -188,19 +175,19 @@ If you have any issues,
188175
1891763 . 当Unity加载好新的Dll,点击顶部菜单栏中JEngine/GUI Redis
190177
191- < img src = " Docs/Menu.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
178+ ![ menu ] ( Docs/Menu.png )
192179
1931804 . 点击后,会弹出一个窗口
194181
195- < img src = " Docs/Preview.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
182+ ![ preview ] ( Docs/Preview.png )
196183
1971845 . 在使用插件之前,请登入服务器,查看Redis的配置文件中含有bind的部分
198185
199- < img src = " Docs/RedisConfig.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
186+ ![ config ] ( Docs/RedisConfig.png )
200187
201188 > 注意:如果你不想通过SSH连接数据库,那么bind需要被注释掉,protected-mode必须为no
202189 >
203- > < img src = " Docs/RedisConfig .png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
190+ > ![ note1 ] ( Docs/Note1 .png )
204191
2051926 . 回到Unity的GUI Redis窗口
206193
@@ -213,7 +200,7 @@ If you have any issues,
213200
214201 > 需要注意的是,测试连接将运行在Unity主线程,如果连接的慢,会导致Unity无响应,这是正常的
215202
216- < img src = " Docs/Alert.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
203+ ![ alert ] ( Docs/Alert.png )
217204
21820510 . 如图所见,Unity会出现一个弹窗告知你连接状态,如果连接失败,请在控制台查看错误原因
219206
@@ -226,7 +213,7 @@ If you have any issues,
226213
22721412 . 点击** 刷新Keys** ,该数据库中全部Keys会出现在左侧
228215
229- < img src = " Docs/RefreshKey.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
216+ ![ keys ] ( Docs/RefreshKey.png )
230217
23121813 . 现在,你可以在Unity中对你的Redis数据库进行增删改查了!
232219
288275
289276
290277
291- ### 演示视频
292-
293- ___
294-
295- <video >
296- <source id =" mp4 " src =" Docs/Demo.mp4 " type =" video/mp4 " >
297- </video >
298-
299-
300278
301279### 问题反馈
302280
306284
307285- 加作者QQ:2313551611
308286 并标明是从Github来反馈问题的!
309- - 或在Github提交issues!
287+ - 或在Github提交issues!
0 commit comments