Opened 9 years ago
Closed 9 years ago
#26301 closed New feature (duplicate)
Allow to set memcached client socket_timeout via settings
Description ¶
default memcached client allows to set socket_timeout to cat the time spent waiting in case of memcached not being available. Django documentation mentions that OPTIONS field in cache configuration can be used to configure backend, but this option is not passed to memcached client.
Note:
See TracTickets
for help on using tickets.
Let's try for a more generic solution as described in https://code.djangoproject.com/ticket/20892#comment:12.