Redis server for Windows 11(yes), that works with redis-cli fork for windows. Allows multiple users to connect to the different sockets.
Impltemented commands: 1.ping 2.echo 3.set 4.get, 5.exists 6.del 7.incr 8.decr 9.lpush 10.rpush 11.lrange 12.save 13.config 14.quit
port, and autosave period can be changed in condig.json file The project was based on build your own redis server and agrapv 19's redis server implementation.