uce/doc/pages/memcache_command.txt
2022-01-21 09:10:38 +00:00

14 lines
288 B
Plaintext

:sig
String memcache_command(u64 connection, String command)
:params
connection : connection handle
command : string containing the Memcache command
return value : string containing the Memcache server's response
:desc
Executes a command on an open memcache connection.
:see
>memcache