redis / riot

🧨 Get data in & out of Redis with RIOT

Home Page:http://redis.github.io/riot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[riot-redis] Add a key processor to replicate* commands

jruaux opened this issue · comments

For migrations from multiple source databases it would be nice to have a way to enrich the key with a prefix in order to identify which source db it originated from.
For example if source redis database has index 7 and RIOT Redis is configured to process keys as db:key the target keys would look like 7:123, 7:124, ...