Skip to content

Commit

Permalink
Remove outdated Redis configuration
Browse files Browse the repository at this point in the history
It was required only for Hangfire.Pro.Redis 1.X, and it's easy to be confused.
  • Loading branch information
odinserj committed Jun 28, 2024
1 parent 243671c commit d8b8665
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions configuration/using-redis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ Please read the `official Redis documentation <http://redis.io/documentation>`_
# nor expiring keys are evicted before the expiration time.
maxmemory-policy noeviction
# Non-zero value cause long-running background jobs to be
# processed multiple times due to connection being closed.
# ONLY FOR Hangfire.Pro.Redis 1.X!
timeout 0
If you are planning to use the `Redis ACL <https://redis.io/docs/manual/security/acl/>`_ feature, below you can find a minimal supported set of rules you can specify to use Redis as a job storage. They restrict keyspace for regular and pub/sub commands to the default prefix used by Hangfire (``hangfire:``) and declare a minimal set of Redis commands used by Hangfire.Pro.Redis.

.. code-block:: shell
Expand Down

0 comments on commit d8b8665

Please sign in to comment.