-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Description
From Osman Üngür (by email):
Is as_array() can be usable with find_many() for array output ? (I tested, as_array() with
find_many() gives me an error)
(Its simply possible with iterating result object to Redis Lists but i want to set json encoded
array output to Redis key) (I dont want to iterate it again and again)
EpocDotFr and rubenmeseguer7