supercouch.sset.redis
TypeScript icon, indicating that this package has built-in type declarations

0.8.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i supercouch.sset.redis

Weekly Downloads

19

Version

0.8.1

License

MIT

Unpacked Size

7.76 kB

Total Files

6

Last publish

Collaborators

  • jchoelt