You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
idk if this is by-design but the following code will invalidate primitive types' false values.
@value.setter
def value(self, value):
if value:
self.set(value)
p.s.
Maybe this repo is no longer (actively) maintained, but I love the way that data structures in Python gets mapped to Redis in a Pythonic way. I'm trying to build an object mapping between Python and storage backends (e.g. Redis) and came across this project.
The text was updated successfully, but these errors were encountered:
idk if this is by-design but the following code will invalidate primitive types' false values.
p.s.
Maybe this repo is no longer (actively) maintained, but I love the way that data structures in Python gets mapped to Redis in a Pythonic way. I'm trying to build an object mapping between Python and storage backends (e.g. Redis) and came across this project.
The text was updated successfully, but these errors were encountered: