riot
riot copied to clipboard
🧨 Get data in & out of Redis with RIOT
I'm trying to run a replication with the following parameters. ``` docker run fieldengineering/riot-redis -h source_ip -p 6381 -n 14 replicate -h target_ip -p 6379 -n 14 -a password --mode...
is there a way to obtain metrics from riot application when it is running other than jconsole or similar application? I want to run riot as part of a script...
Adding a link to the high-level diagrams including module, library dependency and others (https://sourcespy.com/github/redisdeveloperriot/). Built directly from source and updated on schedule. Intended to simplify developer's introduction to the project....
Hi. Just a question, does liveonly replication replicates ongoing(live) data changes only? or does it run a compare of source and target then replicates all data discrepancy regardless whether the...
Does riot-redis support importing data from a `.rdb` file? I am using Redis cluster on AWS Elastic cache with cluster mode disabled.
Hi, i have a json file which is contains 1.5M data for set data structure. when i want to import it using riot dump-import it consumes lots of cpu and...
riot version is: 3.2.0 I want to use file-import to import some data,but I got the error:"Caused by: com.fasterxml.jackson.core.exc.StreamConstraintsException: String length (20054016) exceeds the maximum length (20000000)" So,how to modify...
This PR updates the GCP library to the latest available (5.1.2) and that is recommended for use with Spring Boot 3.2.x. It resolves the `guava` vulnerability present in 1.2.8 but...
This PR remediates the AWS SDK vulnerability that appears in the osv-scanner run shown in PR #136. I don't expect a lot of churn in the v1 SDK, but if...
This PR adds the CycloneDX plugin for SBOM creation. The output BOM can then be scanned with a tool like `trivy` to identify dependencies that will show up in vulnerability...