This commit is contained in:
1
lib/services/cache/redis-cache-service.ts
vendored
1
lib/services/cache/redis-cache-service.ts
vendored
@@ -1,6 +1,5 @@
|
||||
import { createClient, type RedisClientType } from 'redis';
|
||||
import type { CacheService, CacheSetOptions } from './cache-service';
|
||||
import { getServerAppServices } from '../create-services.server';
|
||||
|
||||
export type RedisCacheServiceOptions = {
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user