Redis is a memory-based, ultra-Simplified key-value Pair database (key-value). Generally, applications that have certain requirements on concurrency use it to store sessions, and even the entire database. It
Redis is a memory-based, ultra-Simplified key-value Pair database (key-value). Generally, applications that have certain requirements on concurrency use it to store sessions, and even the entire database. It
Redis is a memory-based, ultra-Simplified key-value Pair database (key-value). Generally, applications that have certain requirements on concurrency use it to store sessions, and even the entire database. It comes with a minimal command-line database management tool, which is sometimes not convenient to use. However, many graphical management tools have been provided on Github, and some optimizations have been made for Redis, such as automatic collapse of keys with schema.
Redis Desktop Manager
A Qt5-based cross-platform Redis Desktop Management Software
Supported: Windows 7 +, Mac OS X 10.10 +, and Ubuntu 14 +
Features: C ++, fast response, and good performance. However, database backup and recovery are not supported.
Project address: https://github.com/uglide/RedisDesktopManager
Redis Client
Project Description: it is written in Java with rich functions. Its disadvantage is that it has poor performance and may be disconnected from time to time when the network is poor.
Project address: https://github.com/caoxinyu/RedisClient
Redis Studio
Project Introduction: Another redis management tool written in C ++ only supports windows platforms and xp operating systems.
Project address: https://github.com/cinience/RedisStudio
Ps: the next two are developed by Chinese people.
You may also like the following articles about Redis. For details, refer:
Install and test Redis in Ubuntu 14.04
Basic configuration of Redis master-slave Replication
Redis cluster details
Install Redis in Ubuntu 12.10 (graphic explanation) + Jedis to connect to Redis
Redis series-installation, deployment, and maintenance
Install Redis in CentOS 6.3
Learning notes on Redis installation and deployment
Redis. conf
Redis details: click here
Redis: click here
This article permanently updates the link address: