redis-load-test
redis-load-test copied to clipboard
feat: change redis to redis-py-cluster
-
The current implementation does not support redis clustered setup. Hence changed from
redis
toredis-py-cluster
-
Freezed the
requirements.txt
with version numbers so that it works as it is without worrying about breaking changes in locust / python modules -
Fixed code to work with latest version of locust