rig-redis
Redis support utilities for Rig integrations.
This crate currently provides lightweight configuration and key-building types that can be shared by future Redis-backed Rig providers, caches, and vector stores without forcing a specific Redis client runtime.
Example
use ;
let config = new
.with_namespace
.with_index;
let key = new;
assert_eq!;
assert_eq!;