0.8.1 • Published 2 years ago

supercouch.sset.redis v0.8.1

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

supercouch.sset.redis

Redis implementation of a Sorted Set database

See supercouch.sset for the generic interface.

Why?

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.

Usage

Install:

npm install --save supercouch.sset.redis

Instanciate:

const sSetDB = new SSetRedis(redisClient);

Check supercouch.sset for the documentation of the public interface.

Copyright

(c) 2022, Jean-Christophe Hoelt

License

MIT

0.8.1

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.1.0

2 years ago