2024.2 Series 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 anddogpile.cache.redis_sentinel
backend now supports enabling socket keepalive configurations by setting the[cache] enable_socket_keepalive
option toTrue
. Use thesocket_keepalive_*
options to tune keepalive behavior.