A lite version of the Redis server written in Go with support for commands from the first version of Redis.
Use the provided Makefile for common tasks:
make buildmake runmake testmake benchmake docker-buildmake docker-runmake docker-stopUse any Redis client (e.g., redis-cli, rdcli, or GUI tools like RedisInsight).
npm install -g redis-clirdcliOnce connected, you can run any supported command.
PING, ECHO, INFO, SET, GET, EXISTS, DEL, INCR, DECR, LPUSH, RPUSH, LRANGE
EX, EXAT, PX, PXAT