zincware / ZnSocket

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

`list.clear` and allow setting multiple items at a time #51

Closed PythonFZ closed 2 weeks ago

PythonFZ commented 3 weeks ago

For the JS part allow resetting the list at once and also setting multiple items at a time, Alsp have dict.update on the JS part to do the same.