v0.0.8
Pre-release
Pre-release
- Fix SETEX Command
- Limit Cluster Topology Refresh
- Add Configuration Options for Cluster Refresh
- CacheLifetime - how long it should not be refreshed again
- UseDynamicRefresh - whether it should use a random node in the topology to refresh or the static initially communicated with
- Refresh Topology on Cluster Errors. This fixes a possible error where if a node is removed from the cluster we may never receive a
MOVED
for these and try to connect to a server we cannot connect to but we don't go see who we should be communicating with. So when we receive an error in our normal communication to the remote we make sure we know what the topology is before returning that error to the user.