Interface RedisByNameProvider
-
public interface RedisByNameProviderProvider forRedisAPIbased on a provided storage name- Author:
- https://github.com/mcweba [Marc-Andre Weber]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.redis.client.RedisAPI>redis(String storageName)Provides aRedisAPIinstance for the specified storage name.
-
-
-
Method Detail
-
redis
io.vertx.core.Future<io.vertx.redis.client.RedisAPI> redis(@Nullable String storageName)Provides aRedisAPIinstance for the specified storage name.- Parameters:
storageName- the name of the storage (can be null)- Returns:
- a Future containing the RedisAPI instance
-
-