DiceDB / dice

DiceDB is hyper-optimized for building and scaling truly real-time applications on modern hardware. It is a drop-in replacement for Redis with support for SQL-based reactivity.
https://dicedb.io/
Other
3.32k stars 420 forks source link

Add support for HELLO command. #155

Closed JyotinderSingh closed 1 month ago

JyotinderSingh commented 1 month ago

Summary

Adds support for HELLO command to negotiate protocol version and provide other server information.

Also fixes a bug in RESP encoding logic for []interface{}

Tests

Added related integration test.