This commit is contained in:
Andrew Brookins 2021-10-19 16:54:25 -07:00
parent 2af7067ca6
commit 16c82e35ad

View file

@ -141,7 +141,8 @@ hit us up on the [Redis Discord Server](http://discord.gg/redis).
Redis OM relies on core features from two source available Redis modules: **RediSearch** and **RedisJSON**. These modules are the "magic" behind the scenes.
RediSearch is a module that adds querying and full-text search to Redis, while RedisJSON adds support for the JSON data type to Redis.
* RediSearch adds querying and full-text search to Redis
* RedisJSON adds the JSON data type to Redis
### Why this is important