sa-prototype

2.0.0 • Public • Published

Soft-Artel Tools: Redis Wrapper on async/await

Create Connection:

let cache = await SARedis.connect( config );

Close Connection:

await cache.end();

cache.keys( );

let res = await cache.keys( keysMask = "*" )

Get keys by mask (or all) from Redis as [ "Key1", "Key2", ... ]

  • keysMask : "*", // String

Readme

Keywords

none

Package Sidebar

Install

npm i sa-prototype

Weekly Downloads

8

Version

2.0.0

License

ISC

Unpacked Size

38.2 kB

Total Files

13

Last publish

Collaborators

  • soft-artel