-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Memcache cache key length #240
Comments
The most common recommendation here would be to hash the keys. (IIUC some memcached libraries like php's pecl memcached do this for you). |
karel1980
pushed a commit
to karel1980/caravel
that referenced
this issue
Apr 2, 2016
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 17, 2021
* feat: update word cloud to use react * refactor: remove unused files * fix: test * fix: address comments
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 24, 2021
* feat: update word cloud to use react * refactor: remove unused files * fix: test * fix: address comments
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 25, 2021
* feat: update word cloud to use react * refactor: remove unused files * fix: test * fix: address comments
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 26, 2021
* feat: update word cloud to use react * refactor: remove unused files * fix: test * fix: address comments
geido
pushed a commit
that referenced
this issue
Feb 29, 2024
sfirke
pushed a commit
to sfirke/superset
that referenced
this issue
Mar 22, 2024
qleroy
pushed a commit
to qleroy/superset
that referenced
this issue
Apr 28, 2024
vinothkumar66
pushed a commit
to vinothkumar66/superset
that referenced
this issue
Nov 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using memcache as the cache backend, the key length exceeds the 250 character limit, causing ValueError.
The text was updated successfully, but these errors were encountered: