redis-load-test
redis-load-test copied to clipboard
fix object property and add parameter to set key count
- change
request_success
torequest
(locust update) - add redis-tools to Dockerfile to improve tests if necessary (i can remove if necessary)
- add one more key to json (redis_key_count), to add flexibility in key creation test
- add
setex
instead ofset
in redis lib to auto delete keys after five minutes