10

8

6

4

2


9.9

9.6

9.7

3.6

7.0
1.9

3 Key-Value tools and projects

  • Redis

    9.9 9.6 L1 C
    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
  • LevelDB

    9.7 3.6 L1 C++
    LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
  • Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
    Promo coderabbit.ai
    CodeRabbit Logo
  • Riak

    7.0 1.9 Shell
    Riak is a decentralized datastore from Basho Technologies.

Add another 'Key-Value' Tool