adrienmo / eredis_cluster

eredis_cluster is an erlang wrapper for eredis to support cluster mode of redis 3.0.0+
MIT License
79 stars 83 forks source link

Remove the option to set logical database #47

Closed bjosv closed 4 years ago

bjosv commented 4 years ago

It's not possible to set a logical database when in cluster mode and doing so will result in an error, see: https://redis.io/commands/select

"When using Redis Cluster, the SELECT command cannot be used, since Redis Cluster only supports database zero."