Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/socketry/async-redis
https://github.com/socketry/async-redis
async client redis
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/socketry/async-redis
- Owner: socketry
- License: mit
- Created: 2018-04-23T02:11:45.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T04:40:20.000Z (6 months ago)
- Last Synced: 2024-05-08T18:26:30.653Z (6 months ago)
- Topics: async, client, redis
- Language: Ruby
- Size: 204 KB
- Stars: 77
- Watchers: 11
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Async::Redis
An asynchronous client for Redis including TLS. Support for streaming requests and responses. Built on top of [async](https://github.com/socketry/async).
[![Development Status](https://github.com/socketry/async-redis/workflows/Test/badge.svg)](https://github.com/socketry/async-redis/actions?workflow=Test)
## Usage
Please see the [project documentation](https://socketry.github.io/async-redis/) for more details.
- [Getting Started](https://socketry.github.io/async-redis/guides/getting-started/index) - This guide explains how to use the `async-redis` gem to connect to a Redis server and perform basic operations.
## 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](https://developercertificate.org/). 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.