11# GUI Redis
22
33An Unity Plugin which enhances productivity for developers who are using Redis.
4+ <br >
45[ 中文请点这里] ( #中文说明 )
56
67### Features
@@ -32,19 +33,19 @@ An Unity Plugin which enhances productivity for developers who are using Redis.
3233
33343 . When unity finishes processing the new dll, click on JEngine/GUI Redis on the menu.
3435
35- < img src = " Docs/Menu.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
36+ ![ menu ] ( Docs/Menu.png )
3637
37384 . 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.
3839
39- < img src = " Docs/Preview.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
40+ ![ preview ] ( Docs/Preview.png )
4041
41425 . Go to your server and check your config of Redis, go to the part with bind.
4243
43- < img src = " Docs/RedisConfig.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
44+ ![ config ] ( Docs/RedisConfig.png )
4445
4546 > Note that if you don't want to connect Redis via SSH, comment bind part and change protected-mode on config to no
4647 >
47- > < img src = " Docs/RedisConfig .png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
48+ > ![ note1 ] ( Docs/Note1 .png )
4849
49506 . Now, go back to Unity, and GUI Redis window.
5051
@@ -56,7 +57,7 @@ An Unity Plugin which enhances productivity for developers who are using Redis.
5657
5758 > Note that test connection will be running of main thread of Unity, which might make Unity unresponding but it is actually running.
5859
59- < img src = " Docs/Alert.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
60+ ![ alert ] ( Docs/Alert.png )
6061
616210 . 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
6263
@@ -69,7 +70,7 @@ An Unity Plugin which enhances productivity for developers who are using Redis.
6970
707112 . Click on ** Refresh Keys** , and all keys in database will pop up
7172
72- < img src = " Docs/RefreshKey.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
73+ ![ keys ] ( Docs/RefreshKey.png )
7374
747513 . Now, you can whether add new data into your database, or modify any data in the list.
7576
131132
132133
133134
134- ### DEMO Video
135-
136- ___
137-
138- <video >
139- <source id =" mp4 " src =" Docs/Demo.mp4 " type =" video/mp4 " >
140- </video >
141-
142-
143135
144136### Issues
145137
@@ -183,19 +175,19 @@ If you have any issues,
183175
1841763 . 当Unity加载好新的Dll,点击顶部菜单栏中JEngine/GUI Redis
185177
186- < img src = " Docs/Menu.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
178+ ![ menu ] ( Docs/Menu.png )
187179
1881804 . 点击后,会弹出一个窗口
189181
190- < img src = " Docs/Preview.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
182+ ![ preview ] ( Docs/Preview.png )
191183
1921845 . 在使用插件之前,请登入服务器,查看Redis的配置文件中含有bind的部分
193185
194- < img src = " Docs/RedisConfig.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
186+ ![ config ] ( Docs/RedisConfig.png )
195187
196188 > 注意:如果你不想通过SSH连接数据库,那么bind需要被注释掉,protected-mode必须为no
197189 >
198- > < img src = " Docs/RedisConfig .png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
190+ > ![ note1 ] ( Docs/Note1 .png )
199191
2001926 . 回到Unity的GUI Redis窗口
201193
@@ -208,7 +200,7 @@ If you have any issues,
208200
209201 > 需要注意的是,测试连接将运行在Unity主线程,如果连接的慢,会导致Unity无响应,这是正常的
210202
211- < img src = " Docs/Alert.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
203+ ![ alert ] ( Docs/Alert.png )
212204
21320510 . 如图所见,Unity会出现一个弹窗告知你连接状态,如果连接失败,请在控制台查看错误原因
214206
@@ -221,7 +213,7 @@ If you have any issues,
221213
22221412 . 点击** 刷新Keys** ,该数据库中全部Keys会出现在左侧
223215
224- < img src = " Docs/RefreshKey.png " alt = " Menu Quick Show " style = " zoom : 50 % ; " />
216+ ![ keys ] ( Docs/RefreshKey.png )
225217
22621813 . 现在,你可以在Unity中对你的Redis数据库进行增删改查了!
227219
283275
284276
285277
286- ### 演示视频
287-
288- ___
289-
290- <video >
291- <source id =" mp4 " src =" Docs/Demo.mp4 " type =" video/mp4 " >
292- </video >
293-
294-
295278
296279### 问题反馈
297280
0 commit comments