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: 5 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T08:12:26.000Z (17 days ago)
- Last Synced: 2024-12-15T22:00:09.641Z (12 days ago)
- Topics: event-loop, java, non-blocking, performance, reactive, redis, redis-client, vertx
- Language: Java
- Homepage: http://vertx.io
- Size: 3.02 MB
- Stars: 131
- Watchers: 32
- Forks: 119
- Open Issues: 25
-
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/).