0.0.4 • Published 2 months ago
@slipher/redis-adapter v0.0.4
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();