Skip to content

Commit 54cf960

Browse files
committed
Tweak a letter
1 parent cecdc82 commit 54cf960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Simple cache has three layers to give you maximum performance:
66

77
- RAM. You can specify the maximum amount of memory to use for cache.
88
- Disk. You can specify at what free space percentage to start cleaning up cache files on disk. You can turn off the disk cache if desired, recommended if not running on SSD. Why not take advantage of that free disk space being wasted on your servers?
9-
- Redis. The third and final layer of simple cache is redis, leveraging the StackExchange.Redis nuget package. Key change notifications ensure cache keys are purged if a key is changed on another machine. Run `CONFIG SET notify-keyspace-events KEs` on your redis servers for this to take effect. Simple cache will attempt to do this as well.
9+
- Redis. The third and final layer of simple cache is redis, leveraging the StackExchange.Redis nuget package. Key change notifications ensure cache keys are purged if a key is changed on another machine. Run `CONFIG SET notify-keyspace-events KEA` on your redis servers for this to take effect. Simple cache will attempt to do this as well.
1010

1111
Simple cache also has cache storm prevention built in, use the `GetOrCreateAsync` method.
1212

0 commit comments

Comments
 (0)