apache / kvrocks

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
https://kvrocks.apache.org/
Apache License 2.0
3.55k stars 466 forks source link

Maximum key length #144

Closed rock59 closed 3 years ago

rock59 commented 3 years ago

What is the maximum key length for redis data types in KVRocks ?

git-hulk commented 3 years ago

the key length was not limited directly, it only limits the max bulk string to 512 MiB.

rock59 commented 3 years ago

@git-hulk Great. thanks

git-hulk commented 3 years ago

Going to close the issue, feel free to reopen it if has any question