docs(redis_cache.md): create a separate file for redis cache docs

This commit is contained in:
Krrish Dholakia 2023-10-18 11:27:18 -07:00
parent 851596b7fb
commit c528880021
3 changed files with 74 additions and 73 deletions

View file

@ -130,6 +130,7 @@ const sidebars = {
label: "Caching",
items: [
"caching/caching",
"caching/redis_cache",
"caching/caching_api",
"caching/gpt_cache",
],