RedisGears Discussion Forum

1–6 of 6
Update: As of April 25th, 2020 this RedisGears Google Group has moved to http://forum.redislabs.com/c/modules/redisgears. Please submit new questions to the new RedisGears Discussion Forum.

Note: Old messages were moved to the new discussion forum so you can continue there. The following text and topics are preserved for the sake of posterity. 

~~~~~     ~~~~~     ~~~~~     ~~~~~     ~~~~~     ~~~~~     ~~~~~     ~~~~~     ~~~~~     ~~~~~    

RedisGears is a pipes-like computing system in a Redis module. It provides high-level APIs using Python, and a low level api using C. It's end-goal is to enable developers to build an operations pipe (OPP) which Redis keys will pass through. The output from the first operation will pass as input to the second operation, The output from the second operation will pass as input to the third operation, and so on. The pipe builds using a python script and then runs in background thread. When finished, the output from the last operation will pass to the user as a reply.

RedisGears (v0.9.0 Preview Release) is under active development and is expected to be released in mid 2020. Thanks to Meir Shpilraien and Rafi Einstein.

Start with the tech docs at https://redisgears.io. View the source code at Github or pull a container image from Docker hub. We have a rich and exciting roadmap ahead of us. 

If you have questions, please submit to this RedisGears Discussion Forum.  We hope you'll enjoy the ride!

Dave Nielsen, Head of Community, Redis Labs - @davenielsen
Pieter Cailliau, Product Manager, Redis Labs - @cailliaup