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

The following is an error message in debug mode for executing synchronization:/services/riot-3.1.5/bin/riot -d -n 8 -h xxxx -p 6379 replicate -h xxxx -p 6379 -a xxxx --threads 2 -n 8...

Replication under live mode seems to replicate only db0. replicate command doesn't seem to have the option of selecting the database (SELECT 1) like the option is available for file-export...

Currently, if you run `riot` in non-cluster mode, and configure it to point to a replica node URI, you will get `MOVED` responses and the export/replication will fail. However, it...

These are my args: `replicate --mode=scan --compare=QUICK --progress=LOG --log-file=System.out redis://10.0.20.232:6379 redis://seoApi-redis-primary:6379` This is the output: ``` [SimpleAsyncTaskExecutor-1] ERROR org.springframework.batch.core.step.AbstractStep - Encountered an error executing step replicate-replicate-RedisItemReader in job replicate-replicate-RedisItemReader java.util.concurrent.ExecutionException:...

The file export when done in batches then during the merge of the output JSON data, **a comma is missed** which invalidating the whole JSON output data. ### JSON output...

Added new spel functions `parseHex` and `parseUuid` To complete before merge: - [x] test locally with local redis instance - [ ] add unit/integration tests

This is the feature request. At the moment the db-import command imports data from a relational database into Redis Hash following way: ```bash $ riot dbimport ... hset --keyspace actor...

Docker Hub https://hub.docker.com/r/riotx/riot does not have documentation. The RIOT documentation page https://redis.github.io/riot/ just mentions that it is possible to run RIOT as a docker image via `docker run riotx/riot [OPTIONS]...

I try to move data from redis master-slave to cluster. For testing purpose it should work in paralel for a few days so master will receive all updates and cluster...

Hi, I tried to create a simple setup on my laptop. 2 Redis servers, one on port 6379 and another on port 6380. Then I set up live replication from...