memcached

package
v0.0.0-...-6bdff43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2023 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Check

func Check(Host, Username, Password string, Port int) (bool, error)

https://github.com/memcached/memcached/blob/master/doc/protocol.txt https://www.zybuluo.com/phper/note/443547

Authentication -------------- Optional username/password token authentication (see -Y option). Used by sending a fake "set" command with any key:

set <key> <flags> <exptime> <bytes>\r\n username password\r\n

key, flags, and exptime are ignored for authentication. Bytes is the length of the username/password payload.

  • "STORED\r\n" indicates success. After this point any command should work normally.
  • "CLIENT_ERROR [message]\r\n" will be returned if authentication fails for any reason.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL