zincware / ZnSocket

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

custom `List.extend` #61

Closed PythonFZ closed 2 weeks ago

PythonFZ commented 2 weeks ago

At the moment znsocket.List.extend does not make use of sending multiple messages at a time.

PythonFZ commented 2 weeks ago

same might be true for dict.update

PythonFZ commented 2 weeks ago

might require redis pipelines or using redis dict for lists as well