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
- Host: GitHub
- URL: https://github.com/valarpirai/vardis
- Owner: valarpirai
- License: mit
- Created: 2019-10-30T05:39:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T04:58:44.000Z (about 6 years ago)
- Last Synced: 2023-02-27T21:41:20.519Z (about 3 years ago)
- Topics: in-memory-database, key-value-database, vardis
- Language: Go
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`