summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/221.rst
blob: 9211abf90cb37ea652afff181673f52be20b24df (plain)
1
2
3
4
5
6
7
8
.. change::
    :tags: usecase, redis
    :tickets: 221

    Added :paramref:`.RedisBackend.connection_kwargs` parameter, which is a
    dictionary of additional keyword arguments that will be passed directly to
    ``StrictRedis()`` or ``StrictRedis.from_url()``, in the same way that this
    parameter works with the :class:`.RedisSentinelBackend` already.