Expand description
Redis support utilities for Rig integrations.
The crate intentionally starts with client-agnostic configuration and key helpers. That keeps the public surface useful for Redis-backed Rig code without forcing a specific async runtime or Redis client choice.
Structsยง
- Redis
Config - Redis connection and namespace settings.
- Redis
Key - A Redis key with a namespace prefix.