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 is too long #1

Closed
emacarron opened this issue Mar 15, 2014 · 0 comments
Closed

Key is too long #1

emacarron opened this issue Mar 15, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@emacarron
Copy link
Member

Looks like this is a typical problem when using Memcached. Keys can not be longer than 250 bytes and MyBatis cache keys are usually longer.

See https://code.google.com/p/mybatis/issues/detail?id=660

@emacarron emacarron added the bug label Mar 15, 2014
@emacarron emacarron added this to the 1.0.0 milestone Mar 15, 2014
@emacarron emacarron self-assigned this Mar 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant