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.

mether's avatar
1.5k
mether
asked 2011-08-04 15:45:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment 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.

Evgeny's avatar
13.2k
Evgeny
updated 2011-08-05 07:34:22 -0500, answered 2011-08-05 07:22:40 -0500
edit flag offensive 0 remove flag delete link

Comments

I get a page not found error
mether's avatar mether (2011-08-05 07:26:52 -0500) edit
sorry managed to break the url - fixed now.
Evgeny's avatar Evgeny (2011-08-05 07:35:02 -0500) edit
add a comment see more comments