Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vert-x3/vertx-redis-client
Redis client for Vert.x
https://github.com/vert-x3/vertx-redis-client
event-loop java non-blocking performance reactive redis redis-client vertx
Last synced: 25 days ago
JSON representation
Redis client for Vert.x
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-redis-client
- Owner: vert-x3
- License: apache-2.0
- Created: 2014-12-04T15:22:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T07:41:36.000Z (about 1 month ago)
- Last Synced: 2024-09-27T07:40:55.697Z (about 1 month ago)
- Topics: event-loop, java, non-blocking, performance, reactive, redis, redis-client, vertx
- Language: Java
- Homepage: http://vertx.io
- Size: 2.89 MB
- Stars: 129
- Watchers: 32
- Forks: 117
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - Redis - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Asynchronous API to interact with Redis. (Database Clients)
README
# Vert.x Redis Client
[![Build Status (5.x)](https://github.com/vert-x3/vertx-redis-client/actions/workflows/ci-5.x.yml/badge.svg)](https://github.com/vert-x3/vertx-redis-client/actions/workflows/ci-5.x.yml)
[![Build Status (4.x)](https://github.com/vert-x3/vertx-redis-client/actions/workflows/ci-4.x.yml/badge.svg)](https://github.com/vert-x3/vertx-redis-client/actions/workflows/ci-4.x.yml)The Vert.x Redis client provides an asynchronous API to interact with a [Redis](http://redis.io) data-structure server.
## Documentation:
The documentation can be read from the official vert.x [Documentation](http://vertx.io/docs/vertx-redis-client/java/).