Async-Redis

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.032.
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
README.md
cpanfile
dist.ini
examples/README.md
examples/async-job-queue/PLAN.md
examples/async-job-queue/README.md
examples/async-job-queue/SPEC.md
examples/async-job-queue/app.pl
examples/bulk-insert/README.md
examples/bulk-insert/app.pl
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
examples/stress/README.md
examples/stress/lib/Stress/Chaos.pm
examples/stress/lib/Stress/Harness.pm
examples/stress/lib/Stress/Integrity.pm
examples/stress/lib/Stress/Metrics.pm
examples/stress/lib/Stress/Output.pm
examples/stress/lib/Stress/Workload.pm
examples/stress/reset-redis.sh
examples/stress/stress
lib/Async/Redis.pm
lib/Async/Redis/AutoPipeline.pm
lib/Async/Redis/Commands.pm
lib/Async/Redis/Cookbook.pod
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/00-pod/cookbook-examples.t
t/01-basic.t
t/01-unit/await-with-deadline.t
t/01-unit/commands.t
t/01-unit/decode-response-result.t
t/01-unit/error.t
t/01-unit/generate-commands.t
t/01-unit/key-extractor.t
t/01-unit/transaction-state.t
t/01-unit/uri.t
t/02-nonblocking.t
t/03-pubsub.t
t/10-connection/auth.t
t/10-connection/fork-read-future.t
t/10-connection/fork-safety.t
t/10-connection/handshake-failures.t
t/10-connection/reconnect.t
t/10-connection/socket-cleanup.t
t/10-connection/timeout.t
t/10-connection/tls-hostname.t
t/10-connection/tls.t
t/10-connection/unix-socket.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/error-objects.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/lifecycle.t
t/50-pubsub/multiple-channels.t
t/50-pubsub/on-message-perf.t
t/50-pubsub/on-message.t
t/50-pubsub/psubscribe.t
t/50-pubsub/reconnect.t
t/50-pubsub/subscribe.t
t/50-pubsub/unified-reader.t



( run in 1.474 second using v1.01-cache-2.11-cpan-39bf76dae61 )