Skip to content

Commit 12d7eac

Browse files
authored
[chore] - add Redis link
1 parent 6923651 commit 12d7eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/databases/redis/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ search:
99

1010
[Redis](https://redis.io/docs/latest/get-started/) 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.
1111

12-
Quix supports both [Redis Source](https://github.com/quixio/quix-samples/tree/main/python/sources/Redis) and [Redis Sink](https://github.com/quixio/quix-samples/tree/main/python/destinations/Redis) 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.
12+
Quix supports both [Redis Source](https://github.com/quixio/quix-samples/tree/release/2024-05-01-cli-beta/python/sources/redis_source) and [Redis Sink](https://github.com/quixio/quix-samples/tree/release/2024-05-01-cli-beta/python/destinations/redis_dest) 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.

0 commit comments

Comments
 (0)