Josh Baker
Josh Baker
Is the `.fifo` suffix standard with SQS? If not I think it might be best to use a query string variable like: ``` https://sqs.us-east-1.amazonaws.com/123456789/myqueue?fifoqueue=1&messageGroupID=tile38 ``` This would be more consistent...
Hi, I just looked into the issue and I think that the client you are using may be having problems. I posted a solution to #189. Could you let me...
Thanks for notifying me of this. The example should have at least one NEARBY query. Lettuce recently added a dynamic API which is intended to work with custom commands. https://paluch.biz/blog/168-command-interfaces-approaching-redis-with-dynamic-apis-in-java.html...
Actually, I do have something in a dev branch somewhere. I'll dig around and see what state the code is in.
I just committed the ability to buffer objects in 241117c. It's a little different that what I suggested back in 2016, but it should provide the same underlying functionality. Here's...
I agree 100%. I created a little mvt project a little while back for this purpose exactly. I haven't gotten around to putting it into Tile38 yet.
for reference: https://github.com/tidwall/mvt
I wrote the mvt library 4 years ago, yet I still haven't added it to tile38... 😠The dev branch for the mvt feature will be at [here](https://github.com/tidwall/tile38/tree/mvt). The idea...
I can't reproduce this issue. I tried with redis-cli and it worked fine. I opened three terminals and started tile38-server in the first. Created and subscribed to a channel in...
I don't use go-redis personally, but I know plenty of folks that do, including the person who kindly provided the example in the wiki. Here is a complete working example...