-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Memcache has a key length limit of 250 characters. Problems can arise if a cache key greater than this is used. It seems memcache truncates the key so it is very possible to have collisions and unexpected behavior. Other object caches can handle very large keys so this object cache should check if a key is too long and hash it with md5 or similar to prevent problems.
Metadata
Metadata
Assignees
Labels
No labels