SuperCouch SortedSet database implemented with Redis
npm install supercouch.sset.redis> Redis implementation of a Sorted Set database
See supercouch.sset for the generic interface.
Because I want a simple interface to a sorted set that I can interface with different database engines.
This is the Redis implementation of Sorted Set database.
It's used as a storage backend for SuperCouch.
Install:
npm install --save supercouch.sset.redis
Instanciate:
``js`
const sSetDB = new SSetRedis(redisClient);
Check supercouch.sset` for the documentation of the public interface.
(c) 2022, Jean-Christophe Hoelt
MIT