From 66fdb8a0466cc02deff62d7930c882f12ccf1dfd Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Fri, 26 Nov 2021 15:26:52 -0800 Subject: [PATCH] Update index.md --- docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index 01d1d5d..4a0e86f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,3 +27,7 @@ Read how to get the RediSearch and RedisJSON modules at [redis_modules.md](redis ## FastAPI Integration Redis OM is designed to integrate with the FastAPI web framework. See how this works at [fastapi_integration.md](fastapi_integration.md). + +## Error Messages + +Get help with (some of) the error messages you might see from Redis OM: [errors.md](errors.md)