Add redis cache to docs nav menu

pull/5677/head
Halil İbrahim Kalkan 5 years ago
parent 4a1fa49fae
commit b7e2a6e2d0

@ -36,4 +36,8 @@ Configure<RedisCacheOptions>(options =>
{
//...
});
````
````
## See Also
* [Caching](Caching.md)

@ -156,7 +156,13 @@
},
{
"text": "Caching",
"path": "Caching.md"
"path": "Caching.md",
"items": [
{
"text": "Redis Cache",
"path": "Redis-Cache.md"
}
]
},
{
"text": "Logging",

Loading…
Cancel
Save