defihook / qocache-golang

In memory cache server with query capabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI Status Go Report Card

Qocache is a Go port of Qcache.

Functionality in Qocache that does not exist in Qcache

  • Defined enum order
  • Key-value fields
  • Configuration possible through environment variables and config file in addition to command line arguments.
  • LZ4 frame based compression

Functionality in Qcache planned but still missing in Qocache

  • Subqueries in in clause

Functionality in Qcache not planned in Qocache

  • GZIP compression support in HTTP request/response

About

In memory cache server with query capabilities

License:MIT License


Languages

Language:Go 84.0%Language:Python 15.2%Language:Shell 0.4%Language:Makefile 0.4%Language:Dockerfile 0.1%