smrchy / rsmq

Redis Simple Message Queue
MIT License
1.76k stars 125 forks source link

rsmq.popMessage always throw err #103

Closed KevinGong2013 closed 4 years ago

KevinGong2013 commented 4 years ago
{ ReplyError: ERR Error running script (call to f_70a940e88769e808900bf46f3e0c089bb3601884): @user_script:1: ERR min or max is not a float 
    at parseError (/root/xhuafei/node_modules/redis-parser/lib/parser.js:193:12)
    at parseType (/root/xhuafei/node_modules/redis-parser/lib/parser.js:303:14)
  command: 'EVALSHA',
  args:
   [ '70a940e88769e808900bf46f3e0c089bb3601884',
     2,
     'xrsmq:provider-pay',
     1575287071887 ],
  code: 'ERR' }