Skip to content

Commit a7fc66a

Browse files
Craig WardmanCraig Wardman
authored andcommitted
2 parents 0faa843 + 36e56cb commit a7fc66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Those being:
1616
~ IKeygen<TKey> to GenericKeygen<TKey>, or implement a specific one like GuidKeygen<br/>
1717
~ For chunking, locking is required:<br/>
1818
IRedisLockFactory -> RedisLockFactory<br/>
19-
To override the default of InMemoryRedisLock, call RedisLockFactory.Use<IRedisLock>() <-- your class here<br/>
19+
To override the default of InMemoryRedisLock, call RedisLockFactory.Use&lt;IRedisLock&gt;() <-- your class here<br/>
2020

2121
* Strongly typed access to the cache<br/>
2222
- Use any C# object as your TKey and TItem, given that:<br/>

0 commit comments

Comments
 (0)