<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><DIV><FONT face=Arial size=2>What are the restrictions / limits on the format of the key used to get / set strings into memcached?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I simply used the SQL query for the key ( which contained quotes, spaces and all that stuff ) and it barfed. I now run a SHA1 hash on the query string and use that but this is adding overhead.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Ideas?</FONT></DIV></body>
</html>