cleanup, docs
This commit is contained in:
@@ -15,7 +15,5 @@ Retrieves a value from an existing Memcache connection.
|
||||
|
||||
If the key is missing, `default_value` is returned instead.
|
||||
|
||||
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_get is resource-bound; configure the service or connection, then call it in request code.\n");
|
||||
|
||||
Reference in New Issue
Block a user