2.0.4-alpha • Published 2 years ago

tiny-redis v2.0.4-alpha

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

2 years ago

2.0.3-alpha

2 years ago

2.0.2-alpha

2 years ago

2.0.1-alpha

2 years ago

2.0.0-alpha

2 years ago

1.0.0

2 years ago

1.0.0-alpha

2 years ago