Pypy and seafile

good morning,

you are right, these settings are for linux version, but some time ago, there was django settings for windows too. the right setting, if i remember, should be:

CACHES = {
‘default’: {
‘BACKEND’: ‘django.core.cache.backends.memcached.MemcachedCache’,
‘LOCATION’: ‘127.0.0.1:11211’,
}
}

now we’ve migrated seafile to a new machine running nginx on w2008r2-x64 and we use redis instead of memcached, beacuse php ext for memcached doesn’t work for us. however, redis is not supported for seahub.

king regards