Package cn.com.anysdk.redis.config
Class AliyunRedisConfig
java.lang.Object
cn.com.anysdk.redis.config.AliyunRedisConfig
- All Implemented Interfaces:
IRedisConfig
阿里云Redis配置
支持标准主从、集群版、哨兵模式
-
Constructor Details
-
AliyunRedisConfig
public AliyunRedisConfig()
-
-
Method Details
-
getHost
Description copied from interface:IRedisConfig获取主机地址- Specified by:
getHostin interfaceIRedisConfig
-
getPort
public int getPort()Description copied from interface:IRedisConfig获取端口号- Specified by:
getPortin interfaceIRedisConfig
-
getPassword
Description copied from interface:IRedisConfig获取密码- Specified by:
getPasswordin interfaceIRedisConfig
-
getDatabase
public int getDatabase()Description copied from interface:IRedisConfig获取数据库编号- Specified by:
getDatabasein interfaceIRedisConfig
-