huangpeizhi2018

Results 7 comments of huangpeizhi2018

Thanks, after I brought the nohop parameter, nohup ./tile38-server -vv --appendonly no --nohup & there was no more hangup.

:) -o json ,setup default output is json format.

@tidwall , I started the Tile38 service with the -o flag, then used the go-redis/v9 library to connect to Tile38 and processed it using the SETCHAN command in the program,...

@tidwall I use the Redis processing component of Bento(https://github.com/warpstreamlabs/bento) to operate on tile38, with the configuration file (geofencing_setchan.yaml) as follows: ``` input: generate: count: 1 interval: "1s" mapping: |- root...

@tidwall Thank you very much, everything is working fine now.

@tidwall Just tested the bento input component [redis_pubsub](https://github.com/warpstreamlabs/bento/blob/main/internal/impl/redis/input_pubsub.go), also makes the go-redis/v9 library, when I used json output, I found that the subscription-triggered chan event are missing.

I tested the event subscription feature, and it's back to normal now. As you suggested, I also think it's better to label it as experimental for now to avoid impacting...