Configuration for RedisCacheAdapter. Requires a Redis client and a serde for serialising cache values to strings.
RedisCacheAdapter
IMPORT_PATH: "@daiso-tech/core/cache/redis-cache-adapter"
"@daiso-tech/core/cache/redis-cache-adapter"
The Redis client instance for cache operations.
Serde instance for serializing and deserializing cache values to and from strings.
Configuration for
RedisCacheAdapter. Requires a Redis client and a serde for serialising cache values to strings.IMPORT_PATH:
"@daiso-tech/core/cache/redis-cache-adapter"