0.0.4 • Published 2 months ago

@slipher/redis-adapter v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 months ago

0.0.2

6 months ago

0.0.4

2 months ago

0.0.1

11 months ago