Aivaras Voveris

Results 14 comments of Aivaras Voveris

Thank you for the input - it makes a lot of sense! However this feature request was created in order to address such use case: 1. receive request as JSON...

any updates on this? What is the point of explicitly running this on master?

Same here for 1.9.0!

Yes, but then you have to re-publish the artifact to use it?

any updates on this PR and issue @etaty ?

Temporary solution would be to use `slavesClients` directly on RedisClientMasterSlaves: ``` val redis = RedisClientMasterSlaves(...) redis.slavesClients.smembers() // send SMEMBERS to replicas ```

I had a similar issue with pfadd, turns out I was sending too much commands to redis server and since they started lagging to complete I observed so much instances...

Can you share a script? I successfully use LUA with comments (multi and single line) in it without any problems.

Tried config to disable all hyperlinks: ``` config.hyperlink_rules = {} ``` problem still persists.

It appears that the ``` config.hyperlink_rules = {} ``` works on MacOS. I've tried setting hyperlink_rules to default ones without the mailto url (as I sometimes start recording in nvim...