Async::RedisGuides

Guides

Getting Started

This guide explains how to use the async-redis gem to connect to a Redis server and perform basic operations.

Transactions and Pipelines

This guide explains how to use Redis transactions and pipelines with async-redis for atomic operations and improved performance.

Subscriptions

This guide explains how to use Redis pub/sub functionality with async-redis to publish and subscribe to messages.

Data Structures and Operations

This guide explains how to work with Redis data types and operations using async-redis.

Streams

This guide explains how to use Redis streams with async-redis for reliable message processing and event sourcing.

Scripting

This guide explains how to use Redis Lua scripting with async-redis for atomic operations and advanced data processing.

Client Architecture

This guide explains the different client types available in async-redis and when to use each one.