aniftyco / kubit

Full stack web framework for Node.js
https://kubitjs.com/
MIT License
26 stars 2 forks source link

Refactor `redis` module into `kv` #67

Open joshmanders opened 6 months ago

joshmanders commented 6 months ago

With the whole fiasco about Redis, Inc changing from BSD license, this has prompted me to rethink a bit about this module and instead of being redis we should refactor it to kv and make it use the driver pattern and support other key/value stores also.