Skip to main content

Crate rig_redis

Crate rig_redis 

Source
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ยง

RedisConfig
Redis connection and namespace settings.
RedisKey
A Redis key with a namespace prefix.