On Mar 10, 3:11 pm, Patrick May <[email protected]> wrote: > I'm writing a filter (appside) to filter out "control characters". > I've got a feeling that the colon is one (":"). But are there any > other control characters? What's the complete list of memcache > control characters which are disallowed in keys?
This is referring to the standard definition of control characters: http://en.wikipedia.org/wiki/Control_character I don't believe it's *strictly* checked, but if you fall outside of the right character set, we can't promise anything...
