Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

key too long error #24

Open
ismudnx opened this issue Sep 2, 2011 · 1 comment
Open

key too long error #24

ismudnx opened this issue Sep 2, 2011 · 1 comment

Comments

@ismudnx
Copy link

ismudnx commented Sep 2, 2011

So far cache-money is working great, but it failed for queries with long parameters ('key too long' error). As i know memcached keeps a MAX_KEY limit to 250. Trying to hash the keys worked first but later knew is a disaster(it gave some 30+ failures while running rake).Is there any work around or fix to overcome this issue please.

@ashleym1972
Copy link

There is no work around that I know of. I need to step through the code for an issue we have so I'll look into fixing this but I promise anything.

On Sep 2, 2011, at 4:34, ismudnx [email protected] wrote:

So far cache-money is working great, but it failed for queries with long parameters ('key too long' error). As i know memcached keeps a MAX_KEY limit to 250. Trying to hash the keys worked first but later knew is a disaster(it gave some 30+ failures while running rake).Is there any work around or fix to overcome this issue please.

Reply to this email directly or view it on GitHub:
#24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@ashleym1972 @ismudnx and others