keys with spaces in

Richard Jones rj@last.fm
Wed, 29 Oct 2003 15:34:40 +0000


i'm using Ryan Gilfethers php api, v 1.0.10. 
tried to use some keys with spaces in, didn't work.
(because spaces used to delimit commands when sent to memcached)

added a str_replace command to set and get functions of the api to remove 
spaces from keys. 

not sure if other apis do this, i reckon it's a good idea, or should at least 
be an option?

Rich.