We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0faa843 + 36e56cb commit a7fc66aCopy full SHA for a7fc66a
README.md
@@ -16,7 +16,7 @@ Those being:
16
~ IKeygen<TKey> to GenericKeygen<TKey>, or implement a specific one like GuidKeygen<br/>
17
~ For chunking, locking is required:<br/>
18
IRedisLockFactory -> RedisLockFactory<br/>
19
- To override the default of InMemoryRedisLock, call RedisLockFactory.Use<IRedisLock>() <-- your class here<br/>
+ To override the default of InMemoryRedisLock, call RedisLockFactory.Use<IRedisLock>() <-- your class here<br/>
20
21
* Strongly typed access to the cache<br/>
22
- Use any C# object as your TKey and TItem, given that:<br/>
0 commit comments