riot icon indicating copy to clipboard operation
riot copied to clipboard

🧨 Get data in & out of Redis with RIOT

Results 51 riot issues
Sort by recently updated
recently updated
newest added

Hello, I'm running the following command to replicate from 1 Elasticache cluster to another: `JAVA_OPTS="-Xmx64g" ./riot-redis -i --stacktrace -h source.cache.amazonaws.com -p 6379 replicate -h target.cache.amazonaws.com -p 6379 --batch 1` Source...

URI handling seems to be broken in 3.1.5. Command `riot -u replicate -u ` should initiate replication with correct source and target Redis master URLs provided, instead an error with...

Hi, I am not sure if riot supports this but i was trying to migrate 1 redis cluster to a different redis cluster using the below command. Command: ``` root@migration-riot-redis-cluster-migration:/home/#...

Hi all, I am trying to use RIOT for a mass upload of data from the CSV file. I have used the following command: >riot file-import --header set --keyspace myKeySpace...

When we are replicating data from one redis database to another using live mode, two separate jobs run in parallel - snaptshot job and live only job. Each job has...

We want to use RIOT's live replication feature to migrate from self-hosted Redis to AWS Elasticache via a read-only replica to avoid performance issues caused by database load. Our self-hosted...

Add fields from current record to the evaluation context to enable something like this: `riot faker-import field1=name.firstName field2=#record.field1`

enhancement

The `--key` option in RIOT v3.1.4 only works with PEM-formatted PKCS#8 private keys. It would be nice if it also allowed users to provide a PEM-formatted RSA key (like the...

I have left comment here https://github.com/redis-developer/riot/issues/115#issuecomment-1626158156 but basically this is similar issue as 115. It was fixed for replicating from redis, but it seems like it's not showing when replicating...