NoSQL Databases > Redis
Asynchronous API to interact with Redis.
Vert.x Redis Client
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.