This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

redisix
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published
const { RedisX } = require("redisix");

const rx = new RedisX("test", redis, ["userId"]);
const someUser = {};
rx.set(someUser, { userId: "1234654464" }, {EX: 360});
rx.get({ userId: "1234654464" });

Readme

Keywords

none

Package Sidebar

Install

npm i redisix

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

44.1 kB

Total Files

5

Last publish

Collaborators

  • erdemgoksel