Skip to content

Overview - Redis

Redis is an in-memory data store used by millions of developers as a cache, vector database, document database, streaming engine, and message broker. Redis has built-in replication and different levels of on-disk persistence. It supports complex data types (e.g., strings, hashes, lists, sets, sorted sets, and JSON), with atomic operations defined on those data types.

Quix supports both Redis Source and Redis Sink connectors. You can therefore query a Redis database and produce your data to a Kafka topic, and/or output your transformed data from Quix to Redis itself.