File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import Authors from '@theme/Authors';
1313Redis 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
1301302. Value reader: takes the keys and calls DUMP and TTL.
1311313. Key/Value writer: takes key/value/ttl tuples and calls RESTORE and EXPIRE.
132132
133-
134133:::note
135134
136135Live 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.
You can’t perform that action at this time.
0 commit comments