First time here? Check out the FAQ!

Revision history  [back]

Incorrect timestamps in the content displays

I have problems with incorrect (outdated) datetime stamps for questions when I am using memcached.

Fragment of settings.py:

CACHE_TIMEOUT = 10
CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True
CACHES = {
    'default': {
        'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
        'LOCATION': 'unix:/home/%username%/memcached.sock',
        'TIMEOUT': 10,
        'KEY_PREFIX': 'askbot'
    }
}

Could you provide me any solutions?

Incorrect timestamps in the content displaysAskbot+Memcached

I have problems with incorrect (outdated) datetime stamps for questions when I am using memcached.

Fragment of settings.py:

CACHE_TIMEOUT = 10
CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True
CACHES = {
    'default': {
        'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
        'LOCATION': 'unix:/home/%username%/memcached.sock',
        'TIMEOUT': 10,
        'KEY_PREFIX': 'askbot'
    }
}

Could you provide me any solutions?

Askbot+Memcached

I have problems with incorrect (outdated) datetime stamps for questions when I am using memcached.

Fragment of settings.py:settings.py:

CACHE_TIMEOUT = 10
CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True
CACHES = {
    'default': {
        'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
        'LOCATION': 'unix:/home/%username%/memcached.sock',
        'TIMEOUT': 10,
        'KEY_PREFIX': 'askbot'
    }
}

Could you provide me any solutions?