C
- Redis Client JedisRedisClient
public abstract class AbstractConnectionOperations<C extends JedisRedisClient> extends AbstractJedisRedisOperations<C> implements ConnectionOperations
JedisRedisOperations.AbstractJedisCommand<CLIENT extends JedisRedisClient,CONN extends JedisRedisConnection,R>, JedisRedisOperations.JedisClusterCommand<R>, JedisRedisOperations.JedisCommand<R>, JedisRedisOperations.JedisSentinelCommand<R>
client
logger
构造器和说明 |
---|
AbstractConnectionOperations(C client) |
限定符和类型 | 方法和说明 |
---|---|
com.buession.lang.Status |
auth(byte[] password)
通过密码进行认证
详情说明
http://redisdoc.com/client_and_server/auth.html
|
com.buession.lang.Status |
auth(byte[] user,
byte[] password)
通过密码进行认证
详情说明 http://redisdoc.com/client_and_server/auth.html
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
auth, auth, clientCaching, clientGetName, clientGetRedir, clientId, clientInfo, clientKill, clientList, clientList, clientPause, clientReply, clientSetName, clientSetName, clientUnblock, clientUnblock, echo, echo, ping, quit, reset, select
public AbstractConnectionOperations(C client)
public com.buession.lang.Status auth(byte[] user, byte[] password)
ConnectionCommands
auth
在接口中 ConnectionCommands
user
- 用户账号password
- 密码public com.buession.lang.Status auth(byte[] password)
ConnectionCommands
auth
在接口中 ConnectionCommands
password
- 密码Copyright © 2023 buession.com Inc.. All rights reserved.