goredis

go-redis is the official Redis client library for the Go programming language. It offers a straightforward interface for interacting with Redis servers.

dgraph

Dgraph is a horizontally scalable and distributed GraphQL database with a graph backend. It provides ACID transactions, consistent replication, and linearizable reads. It's built from the ground up to perform a rich set of queries. Being a native GraphQL database, it tightly controls how the data is arranged on disk to optimize for query performance and throughput, reducing disk seeks and network calls in a cluster.

badger

BadgerDB is an embeddable, persistent and fast key-value database written in pure Go. It is the underlying database for Dgraph, a fast, distributed graph database. It's meant to be a performant alternative to non-Go-based key-value stores like RocksDB.

Maintained By @challenaiLICENSE: GPL 3.0Version: v0.1.2-beta