zincware / ZnSocket

Python implementation of a Redis-compatible API using websockets.
Apache License 2.0
2 stars 2 forks source link

`pipeline` get option could exceed maximum message size without check #64

Open PythonFZ opened 2 weeks ago

PythonFZ commented 2 weeks ago

The server will send messages as large as it wants but maybe having a check/split here could also be nice.