17 lines
391 B
Plaintext
17 lines
391 B
Plaintext
:sig
|
|
String memcache_escape_key(String key)
|
|
|
|
:params
|
|
key : application key
|
|
return value : memcache-safe key string
|
|
|
|
:see
|
|
>sys
|
|
>memcache_escape_keys
|
|
|
|
:content
|
|
Normalizes whitespace in a memcache key to underscores before it is placed into a text protocol command.
|
|
|
|
:example
|
|
print("memcache_escape_key is resource-bound; configure the service or connection, then call it in request code.\n");
|