An open API service indexing awesome lists of open source software.

https://github.com/valarpirai/vardis

In-memory key-value store. Data structures server. Redis protocol compatible server. Inspired by Redis
https://github.com/valarpirai/vardis

in-memory-database key-value-database vardis

Last synced: about 1 year ago
JSON representation

In-memory key-value store. Data structures server. Redis protocol compatible server. Inspired by Redis

Awesome Lists containing this project

README

          

# Vardis
In-memory key-value store that persists on disk. A Data structures server that supports Strings, Lists, Sets, Sorted Sets, Hashes. Inspired by Redis.

A redis protocol compatible key-value server.

## Usage
Start server on TCP PORT 6379
`go run vardis.go`