Open
Description
If I have a set of redis-om defined objects (inherits from HashModel
) is there an easy way for me to group my operations together to improve my performance when working with redis/redis-om? I would imagine it would be built around the Redis Pipeline Concept.