kvrocks icon indicating copy to clipboard operation
kvrocks copied to clipboard

Tracking Issue: Towards a more redis-compatible database

Open PragmaTwice opened this issue 1 year ago • 10 comments

In order to be more compatible with redis, here are commands that exist in Redis (excluding Redis Stack) but are not supported in Kvrocks:

  • [x] #1944
  • [x] #1945
  • [x] #1946
  • [x] #1947
  • [x] #1948
  • [ ] #1949
  • [x] #1950
  • [x] #1951
  • [x] #1952
  • [x] #1954
  • [x] #1955
  • [x] #1958
  • [x] #1959
  • [x] #1983
  • [x] #1984
  • [x] #1985
  • [x] #2166
  • [x] #2168
  • [x] #2185
  • [ ] ... (maybe not fully listed)

We very much welcome anyone to claim the tasks and start to contribute to Kvrocks. If you need any help during the contribution process, you can leave a message under the corresponding issue.

Also, the parts of existing commands that are incompatible with redis are worthy of attention and welcome any contribution.

  • [x] #1212
  • [x] #2006
  • [x] #2014
  • [ ] ... adding more

It succeed #595.

PragmaTwice avatar Dec 18 '23 14:12 PragmaTwice

Test suite in other client impl can help.

We writes C++ unit tests and Golang cases with redis-go. IIRC redis-go runs regression tests for Kvrocks also.

I tried Redisson but still have some troubles - https://github.com/apache/kvrocks/discussions/1912

Perhaps also other clients in https://redis.io/resources/clients/

tisonkun avatar Dec 18 '23 15:12 tisonkun

We can add support for BITOPS command BIT/BYTE option

  • https://github.com/apache/kvrocks/issues/1212

jihuayu avatar Jan 03 '24 02:01 jihuayu

@jihuayu done

git-hulk avatar Jan 03 '24 03:01 git-hulk