Kelvin Clement Mwinuka 0e657baa2e ZINTERSTORE command handler now uses new Intersect divide & conquer function instead of the old Intersect receiver function.
Intersect receiver function on SortedSet reference has been deleted as it's no longer in use.
Added test for ZINTERSTORE command handler.
2024-02-20 23:25:22 +08:00
2024-02-10 18:08:11 +08:00
2024-01-24 22:32:05 +08:00
2024-02-13 00:26:33 +08:00

Go Go Report Card Go Coverage


echovault_logo

Features

  • Config file support
  • TCP support w/ TLS
  • Replication Cluster support
  • ACL Authentication Layer
  • Pub/Sub support
  • Ping/Pong
  • String support
  • Integer support
  • Float support
  • List support
  • Set support
  • Sorted set support
  • Hash support
  • Append-Only File & reload from AOF (Cluster)
  • Periodic snapshots & reload state from snapshot (Cluster)
  • Append-Only File & reload from AOF (Standalone)
  • Periodic snapshots & reload state from snapshot (Standalone)
  • mTLS for client verification
  • Support for multiple client CAs on server side
  • Support for multiple server CAs on client side
  • Encrypted Snapshot & AOF files
  • Structured logging & Observability
  • Stream support
  • Transactions
  • Search support
  • JSON support
  • Graph support
  • Geospatial support
  • Bitmap support
  • HyperLogLog support
Languages
Go 96.8%
JavaScript 1.6%
Lua 1.5%