Questions tagged [tile38]
6 questions
1
vote
0 answers
nearby objects within a polygon with Tile 38
I have been attempting to do a query where I am searching within a polygon for the closest N number of objects to a specific point.
Currently, i have to do a within, and extend the search limit to a super high number, then run a custom functioning…

joe
- 103
- 6
1
vote
1 answer
How to execute plain Redis queries in PHP using predis
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

Judge Jules
- 173
- 10
1
vote
1 answer
how do I retrieve a field value with tile38?
I'm learning tile38 and trying to figure out fields.
I am setting a field like so:
set fleet truck1 field speed 45 point 1 1
{"ok":true,"elapsed":"42.7µs"}
But when I get the object the field does not show up?
get fleet…

rupello
- 8,361
- 2
- 37
- 34
0
votes
0 answers
Block incoming port until service is ready to accept connections inside docker container
I am using Tile38 inside a docker container in order to perform geospatial queries. It is a Redis like server that boots up and attaches itself to a primary server and replicates the primary servers data.
The problem is that the clients connecting…

Chris Rice
- 728
- 2
- 9
- 32
0
votes
0 answers
How to filter and operation using network protocol in Tile38
I want to query my result with and operation, in my cli the command is goes fine but if i try to make client with http error invalid argument '&&' has occured.
Please can anyone know how to format text first, this is my example curl request?
CLI…
0
votes
0 answers
Redis/Tile38 client timeout when server is running nominally
I am having an issue with timeouts when attempting to write a large volume of information to a Tile38(Redis) service hosted in AWS ECS Fargate from another service that is also hosted in ECS.
The client application is written in C# using the…

Chris Rice
- 728
- 2
- 9
- 32