Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jun 14, 2019
1 parent 0f4fcb6 commit da95438
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ riot import json --url https://raw.githubusercontent.com/rethinkdb/beerthink/mas
----


==== Import beers to RediSearch
* Create an index with redis-cli
[source,plaintext]
Expand Down Expand Up @@ -316,13 +315,13 @@ riot export --keyspace beer --keys id json --file export-beers.json
=== Strings
[source,shell]
----
riot --driver lettuce --host redis-12000.internal.jrx.demo.redislabs.com --port 12000 --pool 96 import --batch 500 --threads 96 simple --max 100000000 string --keyspace string --keys field1
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
----
image::riot-performance-strings.png[]

=== Streams
[source,shell]
----
riot --driver lettuce --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.internal.jrx.demo.redislabs.com --port 12000 --pool 96 import --batch 500 --threads 96 simple --max 100000000 stream --keyspace stream --keys partition
----
image::riot-performance-streams.png[]

0 comments on commit da95438

Please sign in to comment.