Closed PythonFZ closed 2 weeks ago
At the moment znsocket.List.extend does not make use of sending multiple messages at a time.
znsocket.List.extend
same might be true for dict.update
dict.update
might require redis pipelines or using redis dict for lists as well
At the moment
znsocket.List.extend
does not make use of sending multiple messages at a time.