Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 75c60c8

Browse files
committed
Aggiornata wiki RedisCache
1 parent 059647e commit 75c60c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/NET6CustomLibrary/Docs/README-RedisCache.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
## Configuration to add to the appsettings.json file
55

66
```json
7-
"ConnectionStrings": {
8-
"Redis": "localhost:6379"
9-
},
107
"Redis": {
8+
"Hostname": "localhost:6379",
119
"InstanceName": "RedisCache_",
1210
"AbsoluteExpireTime": 60, // in minutes
1311
"SlidingExpireTime": 15 // in minutes

0 commit comments

Comments
 (0)