First time here? Check out the FAQ!
1

does askbot namespace its mecached keys?
 

Fedora infrastructure team wants to know this. They recommend that askbot namespace all its keys to avoid two applications overwriting each others cached values since memcached doesn't have a permission system.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
mether's avatar
1.5k
mether
asked 13 years ago

Comments

see more comments

1 Answer

0

In version 1.3 they've slightly changed the way the cache settings are structured:

The old way te set it up to version 1.2 - by using CACHE_MIDDLEWARE_KEY_PREFIX setting, in 1.3 - the setting was changed to a member of cache key dictionary called KEY_PREFIX.

Django 1.3 and above supports use of multiple cache stores, take a look at the doc page.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago, answered 13 years ago
link

Comments

I get a page not found error
mether's avatar mether (13 years ago)
sorry managed to break the url - fixed now.
Evgeny's avatar Evgeny (13 years ago)
see more comments