Skip to content

add kvrocks #22

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
May 4, 2024
Merged

add kvrocks #22

merged 1 commit into from
May 4, 2024

Conversation

kokizzu
Copy link
Contributor

@kokizzu kokizzu commented Apr 5, 2024

A distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.

Kvrocks has the following key features:

  • Redis protocol, user can use Redis client to visit the kvrocks
  • Namespace, similar to Redis DB but use token per namespace
  • Replication, async replication using binlog like MySQL
  • High Available, supports Redis sentinel to failover when master or slave was failed

@alexmacarthur alexmacarthur merged commit 44387b8 into alexmacarthur:master May 4, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants