tanruixiang commented on issue #819:
URL:
https://github.com/apache/incubator-kvrocks/issues/819#issuecomment-1242637029
Hi. I'm not very familiar with go. How to use go to pass the value exceeding
Int64 in int ?
```
test "SADD an integer larger than 64 bits" {
create_set myset {213244124402402314402033402}
#assert_encoding hashtable myset
assert_equal 1 [r sismember myset 213244124402402314402033402]
assert_equal {1} [r smismember myset 213244124402402314402033402]
}
```
--
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]