redis / riot

🧨 Get data in & out of Redis with RIOT

Home Page:http://redis.github.io/riot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generating data into a set with --max n, generates n-1 members

shkediy opened this issue · comments

The following command:
riot -s localhost:6379 gen --faker name=gameOfThrones.character --max 10 --command sadd --members name --keyspace got:characters
generates 9 members.

This might be because the same name is generated twice. Can you verify with the monitor command that 10 operations are actually executed?

@shkediy have you been able to check the behavior above?