Redis
Description
The Redis online store provides support for materializing feature values into Redis.
Both Redis and Redis Cluster are supported
The data model used to store feature values in Redis is described in more detail here.
Examples
Connecting to a single Redis instance
feature_store.yaml
Connecting to a Redis Cluster with SSL enabled and password authentication
feature_store.yaml
Configuration options are available here.
Last updated