uce/site/doc/pages/memcache_escape_key.txt
2026-06-15 10:53:36 +00:00

14 lines
263 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.