Update index.md

This commit is contained in:
Andrew Brookins 2021-11-26 15:26:52 -08:00 committed by GitHub
parent 3a3ed91ed0
commit 66fdb8a046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,3 +27,7 @@ Read how to get the RediSearch and RedisJSON modules at [redis_modules.md](redis
## FastAPI Integration ## FastAPI Integration
Redis OM is designed to integrate with the FastAPI web framework. See how this works at [fastapi_integration.md](fastapi_integration.md). 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)