* Set a value in the cache * @param key - The key to set * @param value - The value to set * @param ttl - The time to live in seconds * @returns Promise<'OK' | null> - Redis response * @throws Error if setting fails
(key: string, value: any, ttl?: number)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected