zincware / ZnSocket

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

support `dict | znsocket.Dict` operations #48

Closed PythonFZ closed 3 weeks ago

PythonFZ commented 3 weeks ago

support Combine dicts operations

PythonFZ commented 3 weeks ago

This does not work as dict | Dict creates a new object for which we don't have the key for.