Unreleased Release Notes

3.8.0

New Features

  • The new [cache] redis_db option has been added, so that a non-default database can be used.

  • The dogpile.cache.redis backend and dogpile.cache.redis_sentinel backend now supports enabling socket keepalive configurations by setting the [cache] enable_socket_keepalive option to True. Use the socket_keepalive_* options to tune keepalive behavior.