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

Memcache cache key length #240

Closed
digitalpbk opened this issue Apr 2, 2016 · 1 comment
Closed

Memcache cache key length #240

digitalpbk opened this issue Apr 2, 2016 · 1 comment

Comments

@digitalpbk
Copy link

When using memcache as the cache backend, the key length exceeds the 250 character limit, causing ValueError.

@karel1980
Copy link

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
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

2 participants