mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 08:00:49 +00:00
Redis benchmark: fix default hset test key
This commit is contained in:
parent
4e78d5cd40
commit
a79b84ab7f
@ -1634,7 +1634,7 @@ int main(int argc, const char **argv) {
|
||||
|
||||
if (test_is_selected("hset")) {
|
||||
len = redisFormatCommand(&cmd,
|
||||
"HSET myset:{tag}:__rand_int__ element:__rand_int__ %s",data);
|
||||
"HSET myhash:{tag}:__rand_int__ element:__rand_int__ %s",data);
|
||||
benchmark("HSET",cmd,len);
|
||||
free(cmd);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user