Skip to content

Commit 32e8b31

Browse files
committed
Include Hangfire.InMemory to support storage list for throttling
1 parent 3543cec commit 32e8b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background-processing/throttling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Hangfire.Throttling provides the following primitives, all of them are implement
3232
Requirements
3333
------------
3434

35-
Supported only for :doc:`Hangfire.SqlServer <../configuration/using-sql-server>` (better to use ≥ 1.7) and :doc:`Hangfire.Pro.Redis <../configuration/using-redis>` (recommended ≥ 2.4.0) storages. Community storage support will be denoted later after defining correctness conditions for storages.
35+
Supported only for :doc:`Hangfire.SqlServer <../configuration/using-sql-server>` (better to use ≥ 1.7), :doc:`Hangfire.Pro.Redis <../configuration/using-redis>` (recommended ≥ 2.4.0), and `Hangfire.InMemory <https://github.com/HangfireIO/Hangfire.InMemory>`_ (recommended ≥ 0.7.0) storages. Community storage support will be denoted later after defining correctness conditions for storages.
3636

3737
Installation
3838
------------

0 commit comments

Comments
 (0)