MODULE LOAD path [ arg [arg …]]
Time complexity: O(1)
This command loads and initializes the Redis module from the dynamic library specified by the argument. The should be the absolute path of the library, including the full filename. Any additional arguments are passed unmodified to the module.
Simple string reply: if module was loaded.