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
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.
The text was updated successfully, but these errors were encountered:
Hi - yes you can use pipelines in OM. When using the OM library you also have access to all the core Redis features - you can start a pipeline the same way, include OM commands inside it, then execute!
@simonprickett this should probably also be a documentation issue
Hey there! May I inquire, is it planned to pass pipeine argument to update methods of JasonModel and HashModel to use it in save? Almost like it is implemented in the update method of FindQuery.
Thanks for the info/help.
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.The text was updated successfully, but these errors were encountered: