Documentation ¶
Index ¶
- func Connect(host string, port int, password string) (bool, error)
- func GetServerInfo(host string, port int) (string, error)
- func GetServerInfoAuth(host string, port int, password string) (string, error)
- func IsAuthenticated(host string, port int) (bool, error)
- func RunLuaScript(host string, port int, password string, script string) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetServerInfo ¶
GetServerInfo returns the server info for a redis server
func GetServerInfoAuth ¶
GetServerInfoAuth returns the server info for a redis server
func IsAuthenticated ¶
IsAuthenticated checks if the redis server requires authentication
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.