Ben

Results 136 comments of Ben

@UP2022742 this should be raised over at [redis-py](https://github.com/redis/redis-py) now as it is the new home of aioredis.

I think you have to either drop your `redis_client` and pass the `redis` only, or `redis_client.close()` in the shutdown. Otherwise the connection will not be cleaned up. @UP2022742

thank you for getting back to me on this. I'm not entirely sure if we talk about the same thing, so when in doubt that might be my fault. I...

thank you for the response. πŸ™πŸ» > I guess when a geofence is created or deleted. A notification can be sent to the endpoint with something like […] Yeah something...

So in that regard the behavior would not be different from enter, exit, inside, outside and crosses. If an endpoint is not up to receive that’s out of Tile38s control,...

Thank you very much for spending time on looking into it @tidwall πŸ™πŸ» I was already afraid it would not be a simple message before h.Close() πŸ˜…

Tile38 is somewhat of a snowflake in kubernetes from my experience. To your questions: The aof file has two purposes. 1. every command send to the leader is appended there,...

> What happens if the leader is down for a while.... If the leader goes down, your follower _can_ stay up and serve stale data until the leader comes back...

Thanks again for pushing this so fast @tidwall ! So today I got along to test this out, but failed miserably. I should've tested it locally first I guess. :)...

tested, worked. thanks alot! πŸ‘ πŸš€