changing doc format and HTML literals

This commit is contained in:
udo
2026-04-22 01:56:46 +00:00
parent 8223dcc6b3
commit f7b066b374
123 changed files with 1917 additions and 1611 deletions
+9 -6
View File
@@ -6,12 +6,15 @@ connection : connection handle
keys : a list of strings containing the keys to be retrieved
return value : a StringMap with the retrieved entries
:desc
Retrieves a bunch of entries all at once.
:see
>memcache
:related
**PHP:** The `Memcache` or `Memcached` extension methods such as `get()`, `set()`, `delete()`, and `getMulti()`
**JavaScript / Node.js:** Node clients like `memjs`, `memcached`, or similar Memcached packages
:content
Retrieves multiple entries in one call.
The result is returned as a `StringMap` keyed by the requested Memcache keys.
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