Minimalist cache database with publish-subscribe capabilities
- Handling major Redis commands
- SET
- GET
- PING
- HSET
- HGET
- HGETALL
- Persistence storage using AOF
- Subscribing to channels
- Multi-client connections
- Handling transactions.
Clone the repo
git clone github.com/tdadadavid/minired
cd minired
Build minired🚀
go build -o minired
- [] Add commands pipelining feature
- [] Build and Deploy a webapp for interacting with it.
- [] Add other redis commands