redismod icon indicating copy to clipboard operation
redismod copied to clipboard

AI.SCRIPTSTORE broken

Open ThomasFen opened this issue 3 years ago • 0 comments

steps to reproduce:

  1. Create the "addtwo.py" file of the example at https://oss.redis.com/redisai/commands/#aiscriptstore
  2. In the example command replace "AI.SCRIPTSET" with "AI.SCRIPTSTORE", because that's obviously a typo
  3. Execute the example command and watch the container become unresponsive
  4. Restart docker container 5.redis-cli AI.SCRIPTGET myscript >> (error) ERR script key is empty

edit: same problem with AI.SCRIPTSET

ThomasFen avatar Apr 25 '22 15:04 ThomasFen