Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.jedis.bloom |
This package contains the classes related to RedisBloom module.
|
redis.clients.jedis.gears | |
redis.clients.jedis.graph |
This package contains the classes and interfaces related to RedisGraph module.
|
redis.clients.jedis.json |
This package contains the classes and interfaces related to RedisJSON module.
|
redis.clients.jedis.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
redis.clients.jedis.search.aggr |
This package contains the classes related to Aggregation commands in RediSearch module.
|
redis.clients.jedis.search.schemafields | |
redis.clients.jedis.timeseries |
This package contains the classes and interfaces related to RedisTimeSeries module.
|
Modifier and Type | Method and Description |
---|---|
CommandArguments |
CommandArguments.addParams(IParams params) |
Modifier and Type | Class and Description |
---|---|
class |
BFInsertParams |
class |
BFReserveParams |
class |
CFInsertParams |
class |
CFReserveParams |
class |
TDigestMergeParams |
Modifier and Type | Class and Description |
---|---|
class |
TFunctionListParams |
class |
TFunctionLoadParams |
Modifier and Type | Class and Description |
---|---|
class |
GraphQueryParams
Deprecated.
Redis Graph support is deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonSetParams |
Modifier and Type | Class and Description |
---|---|
class |
BitPosParams |
class |
ClientKillParams |
class |
CommandListFilterByParams |
class |
FailoverParams |
class |
GeoAddParams |
class |
GeoRadiusParam |
class |
GeoRadiusStoreParam |
class |
GeoSearchParam |
class |
GetExParams |
class |
LCSParams |
class |
LolwutParams |
class |
LPosParams |
class |
MigrateParams |
class |
ModuleLoadExParams |
class |
RestoreParams |
class |
ScanParams |
class |
SetParams |
class |
ShutdownParams |
class |
SortingParams
Builder Class for
SORT command parameters. |
class |
XAddParams |
class |
XAutoClaimParams |
class |
XClaimParams |
class |
XPendingParams |
class |
XReadGroupParams |
class |
XReadParams |
class |
XTrimParams |
class |
ZAddParams |
class |
ZIncrByParams
Parameters for ZINCRBY commands.
|
class |
ZParams |
class |
ZRangeParams |
Modifier and Type | Class and Description |
---|---|
class |
FieldName |
class |
FTCreateParams |
class |
FTProfileParams |
class |
FTSearchParams
Query represents query parameters and filters to load results from the engine
|
static class |
FTSearchParams.GeoFilter
GeoFilter encapsulates a radius filter on a geographical indexed fields
|
static class |
FTSearchParams.HighlightParams |
static class |
FTSearchParams.NumericFilter
NumericFilter wraps a range filter on a numeric field.
|
static class |
FTSearchParams.SummarizeParams |
class |
FTSpellCheckParams |
class |
IndexDefinition
IndexDefinition encapsulates configuration for index definition creation and should be given to
the client on index creation
|
class |
IndexOptions
IndexOptions encapsulates flags for index creation and should be given to the client on index
creation
|
class |
Query
Query represents query parameters and filters to load results from the engine
|
static class |
Query.Filter
Filter represents a filtering rules in a query
|
static class |
Query.GeoFilter
GeoFilter encapsulates a radius filter on a geographical indexed fields
|
static class |
Query.NumericFilter
NumericFilter wraps a range filter on a numeric field.
|
static class |
Schema.Field |
static class |
Schema.TagField |
static class |
Schema.TextField
FullText field spec.
|
static class |
Schema.VectorField |
Modifier and Type | Class and Description |
---|---|
class |
AggregationBuilder |
Modifier and Type | Class and Description |
---|---|
class |
GeoField |
class |
GeoShapeField |
class |
NumericField |
class |
SchemaField |
class |
TagField |
class |
TextField |
class |
VectorField |
Modifier and Type | Class and Description |
---|---|
class |
TSAlterParams
Represents optional arguments of TS.ALTER command.
|
class |
TSCreateParams
Represents optional arguments of TS.CREATE command.
|
class |
TSGetParams
Represents optional arguments of TS.GET command.
|
class |
TSMGetParams
Represents optional arguments of TS.MGET command.
|
class |
TSMRangeParams
Represents optional arguments of TS.MRANGE and TS.MREVRANGE commands.
|
class |
TSRangeParams
Represents optional arguments of TS.RANGE and TS.REVRANGE commands.
|
Copyright © 2023. All rights reserved.