From 91b3acdda91693cf5acc8e7cd93f177f32f16d8d Mon Sep 17 00:00:00 2001 From: Julien Ruaux Date: Thu, 13 Jun 2019 19:09:58 -0700 Subject: [PATCH] updated doc --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 3bce597bd..b1668be3a 100644 --- a/README.adoc +++ b/README.adoc @@ -315,13 +315,13 @@ riot export --keyspace beer --keys id json --file export-beers.json === Strings [source,shell] ---- -riot --host redis-12000.internal.jrx.demo.redislabs.com --port 12000 --pool 96 import --batch 500 --threads 96 simple --max 100000000 --field value=100 string --format raw --keyspace string --keys index --field value +riot --host redis-12000.redislabs.com --port 12000 --pool 96 import --batch 500 --threads 96 simple --max 100000000 --field value=100 string --format raw --keyspace string --keys index --field value ---- image::riot-performance-strings.png[] === Streams [source,shell] ---- -riot --host redis-12000.internal.jrx.demo.redislabs.com --port 12000 --pool 96 import --batch 500 --threads 96 simple --max 100000000 stream --keyspace stream --keys partition +riot --host redis-12000.redislabs.com --port 12000 --pool 96 import --batch 500 --threads 96 simple --max 100000000 stream --keyspace stream --keys partition ---- image::riot-performance-streams.png[] \ No newline at end of file