DiceDB / dice

DiceDB is an in-memory real-time database with SQL-based reactivity. It is hyper-optimized for building and scaling truly real-time applications on modern hardware while being a drop-in replacement for Redis.
https://dicedb.io/
Other
4.39k stars 536 forks source link

Add Integration Tests for Websocket Server in DiceDB #557

Open pratikpandey21 opened 1 week ago

pratikpandey21 commented 1 week ago

Develop integration tests for the newly added WebSocket server in DiceDB to ensure its correct functionality and robustness. These tests should be similar to those for the AsyncServer and should cover the same scenarios to validate the WebSocket server's behaviour as we have for AsyncServer.

pratikpandey21 commented 1 week ago

Depends on #555

rahulbansal3005 commented 1 week ago

Hi @pratikpandey21. Would like to work on this task.

lucifercr07 commented 7 hours ago

@rahulbansal3005 assigned, issue is dependent on #555.