接口 RedisConnectionDetails.Standalone
- 封闭接口:
RedisConnectionDetails
public static interface RedisConnectionDetails.Standalone
Redis standalone configuration.
-
方法详细资料
-
getHost
String getHost()Redis server host.- 返回:
- the redis server host
-
getPort
int getPort()Redis server port.- 返回:
- the redis server port
-
getDatabase
default int getDatabase()Database index used by the connection factory.- 返回:
- the database index used by the connection factory
-
of
-
of
-