Skip to content

Commit 8ac8ea7

Browse files
committed
/explore/riot debranded
1 parent 4402018 commit 8ac8ea7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/explore/riot/index-riot.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Authors from '@theme/Authors';
1313
Redis Input/Output Tools (RIOT) is a set of import/export command line utilities for Redis:
1414

1515
- RIOT Redis: live replication from any Redis database (including AWS Elasticache) to another Redis database.
16-
- RIOT DB: migrate from an RDBMS to Redis, RediSearch, RedisJSON, ...
16+
- RIOT DB: migrate from an RDBMS to Redis
1717

1818
<Tabs
1919
defaultValue="RIOT Redis"
@@ -130,7 +130,6 @@ RIOT Redis implements client-side replication using a producer/consumer approach
130130
2. Value reader: takes the keys and calls DUMP and TTL.
131131
3. Key/Value writer: takes key/value/ttl tuples and calls RESTORE and EXPIRE.
132132

133-
134133
:::note
135134

136135
Live replication makes use of keyspace notifications. Make sure the source Redis database has keyspace notifications enabled using notify-keyspace-events = KA in redis.conf or via CONFIG SET.

0 commit comments

Comments
 (0)