How can I send a raw command to Redis
using the PHP predis
package
$client->executeRaw('INTERSECTS vehicle LIMIT 1000 GET geofence geofence_id');
is it something applicable
How can I send a raw command to Redis
using the PHP predis
package
$client->executeRaw('INTERSECTS vehicle LIMIT 1000 GET geofence geofence_id');
is it something applicable
Copyright © 2021 Jogjafile Inc.
You'll need to make your command an array.
See https://github.com/predis/predis#adding-new-commands for more information.