Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-Krueger committed Jan 13, 2024
1 parent 6a60946 commit 6ee26a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,6 @@ webApplicationBuilder.AddRedisCache(); // Default
webApplicationBuilder.AddRedisCache(myDatabase); // `IDatabase` instance provided.
webApplicationBuilder.AddRedisCache("myhost"); // Host provided.
webApplicationBuilder.AddRedisCache(new ConfigurationOptions()); // Options provided.
```

0 comments on commit 6ee26a9

Please sign in to comment.