Project Awesome project awesome

NoSQL Databases > Redis

Asynchronous API to interact with Redis.

Package 138 stars GitHub

Vert.x Redis Client

Build Status (5.x) Build Status (4.x)

The Vert.x Redis client provides an asynchronous API to interact with a Redis data-structure server.

Documentation:

The documentation can be read from the official vert.x Documentation.

Valkey

This client also supports Valkey. Use the valkey:// or valkeys:// connection string scheme and the ValkeyAPI interface, which only includes commands supported by Valkey.

Back to Vert.x