shinberg / cpp-hiredis-cluster

c++ cluster wrapper for hiredis with async and unix sockets features
BSD 3-Clause "New" or "Revised" License
65 stars 26 forks source link

createCluster API crashes when requirepass is set in the redis config file #21

Open nysenthil opened 7 years ago

nysenthil commented 7 years ago

When I activate the requirepass configuration in the redis.conf files in my Redis cluster, createCluster API crashes. Has this configuration been tested with the hiredis-cluster API module?