Socket
Book a DemoInstallSign in
Socket

@slipher/redis-adapter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slipher/redis-adapter

More information in the [docs](https://docs.seyfert.dev/getting-started/declare-module#internal-options)

npmnpm
Version
0.0.3
Version published
Weekly downloads
166
388.24%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 22 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts