cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+2 -4
View File
@@ -14,7 +14,5 @@ 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.
Related:
- PHP: `Memcache` or `Memcached` methods such as `get()`, `set()`, `delete()`, and `getMulti()`
- JavaScript / Node.js: clients such as `memjs`, `memcached`, or similar Memcached packages
:example
print("memcache_command is resource-bound; configure the service or connection, then call it in request code.\n");