cleanup, docs
This commit is contained in:
@@ -15,4 +15,6 @@ Executes a raw command on an open Memcache connection and returns the server res
|
||||
This is the low-level escape hatch for Memcache operations that are not covered by the dedicated helpers.
|
||||
|
||||
:example
|
||||
print("memcache_command is resource-bound; configure the service or connection, then call it in request code.\n");
|
||||
u64 conn = memcache_connect();
|
||||
if(conn != 0) print(memcache_command(conn, "stats") != "" ? "stats command returned data" : "no data", "\n");
|
||||
else print("(requires a reachable memcached server)\n");
|
||||
|
||||
Reference in New Issue
Block a user