You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of this utility is not a fancy thing, just need to update the **[redis.json](./Scripts/redis.json)** with your redis connection details. Content of file should be like this:-
42
+
The use of this utility is not a fancy thing, just need to update the **[redis.json](./Scripts/redis.json)** with your redis connection details.
43
+
Values key_length, key_range, error_timeout, get_int, set_int, expire_seconds - is used only for GET and SET simultaneously operation in Redis.
44
+
key_length - how long is key - set as random string length n
45
+
key_range - how many keys is stored in REDIS
46
+
expire_seconds - how long key is stored in REDIS in seconds, if set to zero, then stored without time limit
47
+
error_timeout - if response is above this limit then event is registred as error, if set to zero then error_timout is ignored
48
+
get_int - set from 1 to 10 - how many get tasks is fired per user - to get proportion with set operations
49
+
set_int - set from 1 to 10 - how many set tasks is fired per user - to get proportion with get operations
0 commit comments