-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
This is the error message:
MCResponse status=UNKNOWN_COMMAND, opcode=SASL_LIST_MECHS,
opaque=0, msg: Unknown command
This is the code:
func Memcache() {
client, err := memcached.Connect("tcp", "127.0.0.1:11211")
if err != nil {
log.Fatalf("Error connecting: %v", err)
}
resp, err := client.Auth("memcache", "password")
if err != nil {
log.Fatalf("auth error: %v", err)
}
log.Printf("Auth response = %v", resp)
}
Metadata
Metadata
Assignees
Labels
No labels