2.0.4-alpha • Published 4 years ago
tiny-redis v2.0.4-alpha
Mini redis
A really simple redis-like database
How to use
First install the package
yarn global add tiny-redis
And then run it
// Server
tiny-redis-server # <address: optional>
// Client
tiny-redis-client # <address>
Commands:
set <key> <value>
get <key>
delete <key>
DISCLAIMER
I don't recomend using this in production, this is just a toy project so it may have serious security holes
2.0.4-alpha
4 years ago
2.0.3-alpha
4 years ago
2.0.2-alpha
4 years ago
2.0.1-alpha
4 years ago
2.0.0-alpha
4 years ago
1.0.0
4 years ago
1.0.0-alpha
4 years ago