Skip to content

socketry/async-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 28, 2025
e126f6c · Feb 28, 2025
Feb 28, 2025
Nov 12, 2024
Nov 12, 2024
Feb 28, 2025
Feb 28, 2025
Nov 12, 2024
Aug 16, 2024
Feb 28, 2025
Nov 12, 2024
Feb 28, 2025
Apr 24, 2024
Apr 24, 2024
Jun 3, 2023
Nov 12, 2024
Feb 28, 2025
Feb 28, 2025
Feb 28, 2025
Feb 28, 2025
Feb 28, 2025
Jun 3, 2023
Feb 28, 2025

Repository files navigation

Async::Redis

An asynchronous client for Redis including TLS. Support for streaming requests and responses. Built on top of async.

Development Status

Support

This gem supports both Valkey and Redis. It is designed to be compatible with the latest versions of both libraries. We also test Redis sentinel and cluster configurations.

Usage

Please see the project documentation for more details.

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

Releases

Please see the project releases for all releases.

v0.11.1

  • Correctly pass @options to Async::Redis::Client instances created by Async::Redis::ClusterClient.

v0.10.0

Contributing

We welcome contributions to this project.

  1. Fork it.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin my-new-feature).
  5. Create new Pull Request.

Developer Certificate of Origin

In order to protect users of this project, we require all contributors to comply with the Developer Certificate of Origin. This ensures that all contributions are properly licensed and attributed.

Community Guidelines

This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.