0.0.4 • Published 12 months ago

@slipher/redis-adapter v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

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();
0.0.3

12 months ago

0.0.2

1 year ago

0.0.4

12 months ago

0.0.1

2 years ago