Sha256: 87b85d4503f8711a3aa0bdf7e766e31d20dfd0dff2ea854515725b58d339729b
Contents?: true
Size: 896 Bytes
Versions: 1
Compression:
Stored size: 896 Bytes
Contents
# Changelog ## 0.2.1 (2013-04-22) [NEW] Support for connecting to redis on a unix socket. [CHANGED] Redis error reply message now used as message for RedisError. ## 0.2.0 (2013-04-05) [NEW] Richer interface for pubsub (accessible via `client.pubsub`). See example in `examples/pubsub.rb`. [NEW] Better failure handling: * Clients now emit the following events: connected, reconnected, disconnected, reconnect_failed (passes the number of consecutive failures) * Client is considered failed after 4 consecutive failures * Fails all queued commands when client failed * Can now reconfiure and reconnect an exising client * Reconnect timeout can be configured (defaults to 0.5s) [NEW] Added `EM::Hiredis::Lock` and `EM::Hiredis::PersistentLock` [CHANGE] When a redis command fails, the errback is now always passed an `EM::Hiredis::Error`. [FIX] Fixed info parsing for Redis 2.6
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
em-hiredis-0.2.1 | CHANGELOG.md |