
Signed-off-by: Ping Xie <pingxie@google.com> Signed-off-by: Ping Xie <pingxie@outlook.com> Co-authored-by: Madelyn Olson <madelyneolson@gmail.com>
9 lines
231 B
C
9 lines
231 B
C
#define SERVER_NAME "valkey"
|
|
#define VALKEY_VERSION "7.2.6"
|
|
#define VALKEY_VERSION_NUM 0x00070206
|
|
|
|
/* Redis compatibility version, should never
|
|
* exceed 7.2.x. */
|
|
#define REDIS_VERSION "7.2.4"
|
|
#define REDIS_VERSION_NUM 0x00070204
|