THOMAS_THOMAS

Results 36 comments of THOMAS_THOMAS

I'm running redis 5.0.5 on ubuntu 18.04. I installed redisgears only yesterday and it says version 99.99.99. === REDIS BUG REPORT START: Cut & paste starting from here === 10721:M...

Great. I'm using an example from the website, so its: builder = GearsBuilder() builder.filter(lambda x: x['key'] != 'all_keys') builder.map(lambda x: execute('sadd', 'all_keys', x['key'])) builder.register() Now I insert a few thousand...

Thank you @MeirShpilraien So I've switched to 0.3.1 and increased MaxExecution to 8000. This improves throughput, but how high can I push this value and what are the potential side...

@MeirShpilraien Many thanks for this, you've actually answered a bunch of questions I had lined up (like whats up with KeysOnlyReader). I'm planning on using gears on something like a...

@gkorland I hadn't noticed in the logs the make fetch was failing because I was using the zip file instead of the repo. But after fixing that the make all...

I think I was using main branch there, but I just did a clean test on 1.0.9 and it does similar. Compiling src/utils/adlist.c... : warning: missing terminating " character gcc:...

Hi I have tried this on a few different VMs now, and I still can't get it to build. Debian 10 and 11 get the furthest along, but they both...

The fix was easy enough. Just change the line in /usr/local/bin/pycallgraph to import pycallgraph2

Here's the error using non-tensor output, and the segfault I get when I run the model in gears. 21273:M 21 Nov 2019 15:20:25.319 # WARNING: The TCP backlog setting of...

Thank you for the info. I just tried your suggestion and it still produces the same tesnor API UserWarning. On Fri, 22 Nov 2019 at 09:18, Luca Antiga wrote: >...