[package]
edition = "2024"
name = "rig-redis"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Redis support utilities for Rig integrations."
homepage = "https://github.com/0xPlaygrounds/rig"
documentation = "https://docs.rs/rig-redis"
readme = "README.md"
keywords = [
"rig",
"redis",
"ai",
"vector",
"cache",
]
categories = [
"database",
"caching",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xPlaygrounds/rig"
[lib]
name = "rig_redis"
path = "src/lib.rs"
[dependencies]