Async-Redis 0.001001 Latest
Files
- Changes
- LICENSE
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- README
- README.md
- cpanfile
- dist.ini
- examples/README.md
- examples/docker-compose.yml
- examples/pagi-chat/README.md
- examples/pagi-chat/app.pl
- examples/pagi-chat/lib/ChatApp/HTTP.pm
- examples/pagi-chat/lib/ChatApp/State.pm
- examples/pagi-chat/lib/ChatApp/WebSocket.pm
- examples/pagi-chat/public/css/style.css
- examples/pagi-chat/public/index.html
- examples/pagi-chat/public/js/app.js
- examples/pagi-chat/reset-redis.sh
- examples/slow-redis/README.md
- examples/slow-redis/app.pl
- lib/Async/Redis.pm
- lib/Async/Redis/AutoPipeline.pm
- lib/Async/Redis/Commands.pm
- lib/Async/Redis/Error.pm
- lib/Async/Redis/Error/Connection.pm
- lib/Async/Redis/Error/Disconnected.pm
- lib/Async/Redis/Error/Protocol.pm
- lib/Async/Redis/Error/Redis.pm
- lib/Async/Redis/Error/Timeout.pm
- lib/Async/Redis/Iterator.pm
- lib/Async/Redis/KeyExtractor.pm
- lib/Async/Redis/Pipeline.pm
- lib/Async/Redis/Pool.pm
- lib/Async/Redis/Script.pm
- lib/Async/Redis/Subscription.pm
- lib/Async/Redis/Telemetry.pm
- lib/Async/Redis/Transaction.pm
- lib/Async/Redis/URI.pm
- script/commands.json
- script/generate-commands
- t/01-basic.t
- t/01-unit/commands.t
- t/01-unit/error.t
- t/01-unit/generate-commands.t
- t/01-unit/key-extractor.t
- t/01-unit/uri.t
- t/02-nonblocking.t
- t/03-pubsub.t
- t/10-connection/auth.t
- t/10-connection/fork-safety.t
- t/10-connection/reconnect.t
- t/10-connection/timeout.t
- t/10-connection/tls.t
- t/20-commands/hashes.t
- t/20-commands/keys.t
- t/20-commands/lists.t
- t/20-commands/prefix.t
- t/20-commands/sets.t
- t/20-commands/sorted-sets.t
- t/20-commands/strings.t
- t/30-pipeline/auto-pipeline.t
- t/30-pipeline/basic.t
- t/30-pipeline/chained.t
- t/30-pipeline/depth-limit.t
- t/30-pipeline/errors.t
- t/30-pipeline/large.t
- t/40-transactions/discard.t
- t/40-transactions/multi-exec.t
- t/40-transactions/nested.t
- t/40-transactions/watch-conflict.t
- t/40-transactions/watch.t
- t/50-pubsub/multiple-channels.t
- t/50-pubsub/psubscribe.t
- t/50-pubsub/subscribe.t
- t/50-pubsub/unsubscribe.t
- t/60-scripting/auto-fallback.t
- t/60-scripting/eval.t
- t/60-scripting/evalsha.t
- t/60-scripting/script-object.t
- t/70-blocking/blmove.t
- t/70-blocking/blpop.t
- t/70-blocking/brpop.t
- t/70-blocking/concurrent.t
- t/70-blocking/timeout.t
- t/80-scan/hscan.t
- t/80-scan/large.t
- t/80-scan/match.t
- t/80-scan/scan.t
- t/80-scan/sscan.t
- t/80-scan/zscan.t
- t/90-pool/basic.t
- t/90-pool/dirty-detection.t
- t/90-pool/with-pattern.t
- t/91-reliability/queue-overflow.t
- t/91-reliability/retry.t
- t/92-concurrency/parallel-commands.t
- t/93-binary/binary-values.t
- t/93-binary/utf8.t
- t/94-observability/debug.t
- t/94-observability/metrics.t
- t/94-observability/redaction.t
- t/94-observability/tracing.t
- t/99-integration/connection-scenarios.t
- t/99-integration/data-types.t
- t/99-integration/high-throughput.t
- t/README.md
- t/docker-compose.yml
- t/lib/Test/Async/Redis.pm