FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

keva-dev/keva: Low-latency in-memory key-value store, Redis drop-in alternative · GitHub

/ keva Public

Repository files navigation

Keva is an open source (Apache 2.0 licensed), JVM off-heap in-memory data store, used as a database or cache, can be a drop-in replacement for Redis.

Keva provides access to mutable data structures (String, Set, Sorted Set, List, Hash) via a set of commands, which are sent using a server-client model with TCP sockets and a RESP protocol.

Major dependencies: Netty, ChronicleMap

Quick Start

Get started in 5 minutes.

Changelogs

Learn about the latest improvements.

Development

Want to file a bug, contribute some code, or improve documentation? Excellent!

First, see Developer Guide.

Join our Slack workspace to chat with us.

Pull requests are encouraged and always welcome. Pick an issue and help us out!

To install and work on Keva locally:

git clone git@github.com:keva-dev/keva.git
cd keva
./gradlew dependencies

Run:

./gradlew :app:run

Build:

./gradlew :app:build

License

Apache License 2.0

About

Low-latency in-memory key-value store, Redis drop-in alternative

Topics

Resources

Contributing

Stars

109 stars

Watchers

9 watching

Forks

Releases

Sponsor this project

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL