Constructor
RedisStorageConfig
RedisClient Interface
Example
Key Structure
Redis key format:{keyPrefix}:{namespace}
Example: vectoriadb:my-index
Methods
Security
The adapter includes command injection protection:- Namespace is sanitized to remove control characters
- Key prefix is sanitized similarly
Related
FileStorageAdapter
File storage
MemoryStorageAdapter
Memory storage
Storage Guide
Redis adapter guide