Changes for version 1.008 - 2018-09-27
- No new features.
- Bug fixes:
- The connection was cached even if connection failed/interrupted so reconnecting attempts were failing as well, now the connection object will get deleted on failure
- Subscriptions were not cancelled when the connection being interrupted, now they are cancelled properly
- (thanks to Eyad Arnabeh for reporting and fixing)
Documentation
mixin that defines the Redis commands available
Modules
talk to Redis servers via IO::Async
mixin that defines the Redis commands available
represents multiple operations in a single Redis transaction
simple implementation of the Redis wire protocol
basic server implementation
represents a single connection to a server
implementation for database-related Redis commands
represents one subscription
represents a single message