redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.11k stars 110 forks source link

adding support for boolean checks #611

Closed slorello89 closed 4 months ago

slorello89 commented 5 months ago

Adding boolean checks for JSON model only, for some historical reasons we do not encode booleans to true/false in hashes, so it will be JSON only. Also, the way the expressions are formed we will not be able to support pure boolean expressions, they'll need to be binary expressions comparing the boolean to True or False

Resolves #193 #580 #510 #352