Redis Desktop Manager (aka RDM) - is a fast open source Redis database management application. It offers you an easy-to-use GUI to access your Redis DB and perform some basic operations: view keys as a tree, CRUD keys, execute commands via shell. RDM supports SSL/TLS encryption, SSH tunnels and cloud Redis instances such as: Amazon ElastiCache, Microsoft Azure Redis Cache and Redis Labs. WWW: https://redisdesktop.com/
6 lines
169 B
C
6 lines
169 B
C
--- src/version.h.orig 2018-04-23 05:38:55 UTC
|
|
+++ src/version.h
|
|
@@ -0,0 +1,3 @@
|
|
+#ifndef RDM_VERSION
|
|
+ #define RDM_VERSION "%%PORTVERSION%%"
|
|
+#endif // !RDM_VERSION
|