Kaushal Kothiya
Kaushal Kothiya
@ashutoshdhande, I can work on this issue.
Same here, have you found any solutions for it?
@arpitbbhayani @apoorvyadav1111 Can I take this up?
are you still working on this issue @src1026? If not I can take this up @JyotinderSingh .
@apoorvyadav1111 Can I work on this issue?
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.
@apoorvyadav1111 can we merge this now?