The Vert.x Redis client provides an asynchronous API to interact with a Redis data-structure server.
The documentation can be read from the official vert.x Documentation.
This client also supports Valkey.
Use the valkey:// or valkeys:// connection string scheme and the ValkeyAPI interface, which only includes commands supported by Valkey.