Released: Fri Jul 8 2022
bug
- **[bug] [memcached]** Moved the `MemcacheArgs.dead_retry` argument and the
`MemcacheArgs.socket_timeout` argument which were
erroneously added to the "set_parameters",
where they have no effect, to be part of the Memcached connection
arguments `MemcachedBackend.dead_retry`,
`MemcachedBackend.socket_timeout`.
References: [223](https://github.com/sqlalchemy/dogpile.cache/issues/223), [#228](https://github.com/sqlalchemy/dogpile.cache/issues/228)
rel_1_1_7