zncleon commented on issue #1469:
URL: 
https://github.com/apache/incubator-kvrocks/issues/1469#issuecomment-1562702247

   I have some questions:
   1. In redis6.9, if I enter "SPOP myset 3.5" OR "SPOP myset -10", it return 
"value is out of range, must be positive", but in kvrocks, it return "value is 
not a n integer out of range ".It seems that the return in kvrocks is clearer. 
Should I modify it just like redis or leave it as it is ?  
   
   2. if I enter "SPOP myset 3 4", the arguments more than 3, kvrocks not 
return error. I can modify the checks in source code. But I can't test it in go 
test, for the arguments num of the function "SPopN" is 3. How can I do ?  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to