RedisGears Java classes and functions
The RedisGears JVM plugin provides a set of classes and functions for you to use in your Java code.
Classes
Class | Description |
---|---|
GearsBuilder | Creates a RedisGears pipeline of operations to transform data. |
GearsFuture | Allows asynchronous processing of records. |
Readers | Extracts data from the database and creates records to pass through a RedisGears pipeline. |