@slipher/redis-adapter
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

More information in the docs

import { Client } from 'seyfert';
import { RedisAdapter } from '@slipher/redis-adapter';

const client = new Client();

client.setServices({
    cache: {
        adapter: new RedisAdapter()
    }
});

await client.start();

Readme

Keywords

none

Package Sidebar

Install

npm i @slipher/redis-adapter

Weekly Downloads

4

Version

0.0.4

License

MIT

Unpacked Size

16.5 kB

Total Files

8

Last publish

Collaborators

  • lil_marcrock22