推荐

memcache key

Data stored by memcached is identified with the help of a key. A key
is a text string which should uniquely identify the data for clients
that are interested in storing and retrieving it.  Currently the
length limit of a key is set at 250 characters (of course, normally
clients wouldn't need to use such long keys); the key must not include
control characters or whitespace.

posted on 2013-11-14 13:49  高华  阅读(160)  评论(0编辑  收藏  举报

导航