public class ConnectionServerOperations extends Object
| Constructor and Description |
|---|
ConnectionServerOperations() |
| Modifier and Type | Method and Description |
|---|---|
String |
auth(String password)
Request for authentication in a password protected Redis server.
|
byte[] |
echo(byte[] string) |
String |
ping() |
String |
quit()
Ask the server to silently close the connection.
|
String |
select(int index)
Select the DB with having the specified zero-based numeric index.
|
public String auth(String password)
password - public byte[] echo(byte[] string)
public String ping()
public String quit()
public String select(int index)
index - Copyright © 2016. All Rights Reserved.