uce/site/doc/pages/memcache_escape_key.txt
2026-06-16 23:02:45 +00:00

17 lines
328 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("a key with spaces"), "\n");