Kaushal Kothiya

Results 10 comments of Kaushal Kothiya

@ashutoshdhande, I can work on this issue.

are you still working on this issue @src1026? If not I can take this up @JyotinderSingh .

In `evalSETBIT` function integers are considered as byte arrays. For example, when we run the command `SET 10`, the resulting byte array is: ``` [49 48] ``` Here, `49` is...

@Yashasv-Prajapati @apoorvyadav1111, What is the expected behaviour for `evalSETBIT`?

I tried running it on `redis` and I got following result ``` 127.0.0.1:6379> set key 10 OK 127.0.0.1:6379> setbit key 1 1 (integer) 0 127.0.0.1:6379> get key "q0" 127.0.0.1:6379> ```...

I have linked the PR resolving the issue; it can only be merged after #1017 is closed.