Execution Result

RedisGears allows you to run python scripts. These python scripts can run in a Gears and a non Gears mode. The execution result depends on the type of execution and success or failure.

  • When running a Gears execution
    • successful: the results and errors (if any) as an array consisting of two arrays
    • failure: the error message
  • When running a non Gears execution
    • successful: OK
    • failure: the error message