G-dis 2 - Developers' Gui of Redis

G-dis 2 - Developers' Gui of Redis

Rating
0
Reviews
0
Function Show1
Function Show2
Function Show3
Function Show4
Function Show5
Function Show6
Function Show7
Function Show8

App details

Release date

2021-03-16

Last update

2022-03-12

Product ID

9MT751HW6C09

Categories

Developer tools

About G-dis 2 - Developers' Gui of Redis

G-dis 2 - Developers’ Gui of Redis
Support most popular data types in Redis: String, Set, List, Hash, SortedSet.
Support Base64 encoded binary key & Base64 encoded binary value.
Support multi-languages charsets for keys.
Support multi-languages charset switch for returned result data from Redis server.
Support read and write Server-end Redis Data.
This version is for the developers, it uses command ‘keys *’ to get all keys from one db per time. So, do not use it for online running product server.
This version get each db’s keys’ count with command: info.

Instructions:

  1. Click button ‘(New Connection)’ to add a Connection;
  2. Left click any connection in left sidebar to show the main operation interface in right main zone;
  3. Click ‘Connect’ in the right main zone to connect to the specific server;
  4. After you connected to a Redis Server, you can operate your Redis server’s data in the right main operation zone;
  5. You can New a key-value pair with ‘New’ button clicked, and save a key-value with ‘Save’ button clicked;
  6. You can delete a key-value with ‘Delete’ button clicked;
  7. All Data which can not decoded to chosen charset string, will be displayed as Base64 Strings;
  8. You can input Base64 String starting with ‘\B’ in the search key field to search Binary keys;
  9. All Base64 Strings start with ‘\B’;
  10. The ‘\’ before the first ‘\B’ string will decoded as '';
  11. If you want to get the value of some key, you can just Paste your Key To the Key Field above the ‘Reload’ Button and click ‘Reload’ to load the value of your key.

Key features