Changes for version 2.004 - 2020-06-01
- New features:
- acl_getuser and related commands added
- client-side caching documentation updated
Documentation
- Net::Async::Redis::Commands - mixin that defines the Redis commands available
Modules
- Net::Async::Redis - talk to Redis servers via IO::Async
- Net::Async::Redis::Cluster - support for cluster routing
- Net::Async::Redis::Cluster::Node
- Net::Async::Redis::Commands - mixin that defines the Redis commands available
- Net::Async::Redis::Multi - represents multiple operations in a single Redis transaction
- Net::Async::Redis::Protocol - simple implementation of the Redis wire protocol
- Net::Async::Redis::Server - basic server implementation
- Net::Async::Redis::Server::Connection - represents a single connection to a server
- Net::Async::Redis::Server::Database - implementation for database-related Redis commands
- Net::Async::Redis::Subscription - represents one subscription
- Net::Async::Redis::Subscription::Message - represents a single message
Examples
- examples/consumer-groups-aa-cluster.pl
- examples/consumer-groups-aa.pl
- examples/consumer-groups.pl
- examples/incr-ratelimit-aa.pl
- examples/incr-ratelimit.pl
- examples/job-benchmark.pl [pod]
- examples/job-hash-submit.pl [pod]
- examples/job-hash-worker.pl [pod]
- examples/job-submit.pl [pod]
- examples/job-worker.pl [pod]
- examples/lrange.pl [pod]
- examples/moving-sum.pl [pod]
- examples/multi.pl
- examples/ping.pl
- examples/pub.pl [pod]
- examples/redis-cli
- examples/sub.pl [pod]