A reader extracts data from the database and creates records.

The GearsBuilder.CreateGearsBuilder(reader) function takes a reader as a parameter and passes the generated records through a pipeline of RedisGears functions.

Classes

ClassDescription
CommandOverriderOverride a Redis command.
CommandReaderRun RedisGears functions on command.
JavaReaderA template for creating custom readers.
KeysOnlyReaderGets key names from a database.
KeysReaderGets keys and their values from a database.
ShardsIDReaderGets the shard ID for each shard in a database.
StreamReaderReads Redis stream data.