Redis Enterprise Modules extend the functionality of open-source Redis with advanced capabilities. Here's a brief overview of some commonly used modules, their purpose, and how you can use them.
FT.CREATE myIdx ON hash PREFIX 1 "doc:" SCHEMA title TEXT WEIGHT 5.0 body TEXT url TEXT
JSON.SET doc . '{"name":"John", "age":30, "city":"New York"}'
GRAPH.QUERY myGraph "CREATE (:person {name:'John Doe'})"
TS.ADD temperature:2:32 1548149181 26 LABELS sensor_id 2 area_id 32
Before using any of these modules, you'd need to have them loaded into your Redis Enterprise cluster, which typically involves specifying the path to the module during the setup or configuration of your Redis server. Please refer to the official documentation for detailed instructions.
Dragonfly is fully compatible with the Redis ecosystem and requires no code changes to implement.