-
Notifications
You must be signed in to change notification settings - Fork 1.5k
-
In a class i am using aggregation framework with a very complex pipeline
$results = $this->model_name::raw(function ($collection) use ($query) {
return $collection->aggregate($query)
});
i need to pass option to allow disk cache
How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment