dengliming / RedisGears

Dynamic execution framework for your Redis data

Home Page:https://redisgears.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub issues CircleCI Dockerhub Total alerts

RedisGears

Forum Discord

logo

RedisGears is a dynamic framework for data processing in Redis. RedisGears supports transaction, batch, and event-driven processing of Redis data. To use RedisGears, you write functions that describe how your data should be processed. You then submit this code to your Redis deployment for remote execution.

As of v1.0.0, code for RedisGears must be written in Python. However, an internal C API exists and can be used by other Redis modules. Support for other languages is being planned.

Contact Us

If you have questions or feedback, or want to report an issue or contribute some code, here's where you can get in touch:

License

RedisGears is licensed under the Redis Source Available License Agreement.

About

Dynamic execution framework for your Redis data

https://redisgears.io

License:Other


Languages

Language:C 79.1%Language:Python 17.8%Language:Makefile 1.7%Language:Shell 1.2%Language:Dockerfile 0.2%