A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages

C

caseSensitive() - Method in class com.redis.lettucemod.search.TagField.Builder
 
caseSensitive(boolean) - Method in class com.redis.lettucemod.search.TagField.Builder
 
CASESENSITIVE - com.redis.lettucemod.protocol.SearchCommandKeyword
 
CHINESE - com.redis.lettucemod.search.Language
 
CHUNK_SIZE - com.redis.lettucemod.protocol.TimeSeriesCommandKeyword
 
chunkSize(long) - Method in class com.redis.lettucemod.timeseries.BaseOptions.Builder
 
client() - Method in class com.redis.lettucemod.util.AbstractClientBuilder
 
ClientBuilder - Class in com.redis.lettucemod.util
 
clientName(String) - Method in class com.redis.lettucemod.util.RedisURIBuilder
 
clientName(Optional<String>) - Method in class com.redis.lettucemod.util.RedisURIBuilder
 
clientResources() - Method in class com.redis.lettucemod.util.AbstractClientBuilder
 
cluster(boolean) - Method in class com.redis.lettucemod.util.ClientBuilder
 
CLUSTER - com.redis.lettucemod.gears.ExecutionMode
 
CLUSTER - com.redis.lettucemod.protocol.GearsCommandKeyword
 
clusterClient() - Method in class com.redis.lettucemod.util.AbstractClusterClientBuilder
 
com.redis.lettucemod - package com.redis.lettucemod
 
com.redis.lettucemod.api - package com.redis.lettucemod.api
 
com.redis.lettucemod.api.async - package com.redis.lettucemod.api.async
 
com.redis.lettucemod.api.reactive - package com.redis.lettucemod.api.reactive
 
com.redis.lettucemod.api.sync - package com.redis.lettucemod.api.sync
 
com.redis.lettucemod.cluster - package com.redis.lettucemod.cluster
 
com.redis.lettucemod.cluster.api - package com.redis.lettucemod.cluster.api
 
com.redis.lettucemod.cluster.api.async - package com.redis.lettucemod.cluster.api.async
 
com.redis.lettucemod.cluster.api.reactive - package com.redis.lettucemod.cluster.api.reactive
 
com.redis.lettucemod.cluster.api.sync - package com.redis.lettucemod.cluster.api.sync
 
com.redis.lettucemod.gears - package com.redis.lettucemod.gears
 
com.redis.lettucemod.json - package com.redis.lettucemod.json
 
com.redis.lettucemod.output - package com.redis.lettucemod.output
 
com.redis.lettucemod.protocol - package com.redis.lettucemod.protocol
 
com.redis.lettucemod.search - package com.redis.lettucemod.search
 
com.redis.lettucemod.search.querybuilder - package com.redis.lettucemod.search.querybuilder
 
com.redis.lettucemod.timeseries - package com.redis.lettucemod.timeseries
 
com.redis.lettucemod.util - package com.redis.lettucemod.util
 
commandLatencyPublisherOptions(EventPublisherOptions) - Method in class com.redis.lettucemod.util.AbstractClientBuilder
 
commandLatencyPublisherOptions(Optional<EventPublisherOptions>) - Method in class com.redis.lettucemod.util.AbstractClientBuilder
 
commandLatencyRecorder(CommandLatencyRecorder) - Method in class com.redis.lettucemod.util.AbstractClientBuilder
 
commandLatencyRecorder(Optional<CommandLatencyRecorder>) - Method in class com.redis.lettucemod.util.AbstractClientBuilder
 
complete(int) - Method in class com.redis.lettucemod.output.AggregateOutput
 
complete(int) - Method in class com.redis.lettucemod.output.GetOutput
 
complete(int) - Method in class com.redis.lettucemod.output.RangeOutput
 
complete(int) - Method in class com.redis.lettucemod.output.SearchOutput
 
COMPRESSED - com.redis.lettucemod.protocol.TimeSeriesCommandKeyword
 
COMPRESSED - com.redis.lettucemod.timeseries.BaseOptions.Encoding
 
configGet(K...) - Method in class com.redis.lettucemod.gears.GearsCommandBuilder
 
CONFIGGET - com.redis.lettucemod.protocol.GearsCommandType
 
configSet(Map<K, V>) - Method in class com.redis.lettucemod.gears.GearsCommandBuilder
 
CONFIGSET - com.redis.lettucemod.protocol.GearsCommandType
 
configure(C) - Method in class com.redis.lettucemod.util.AbstractClientBuilder
 
connect() - Method in class com.redis.lettucemod.cluster.RedisModulesClusterClient
 
connect() - Method in class com.redis.lettucemod.RedisModulesClient
Open a new connection to a Redis server that treats keys and values as UTF-8 strings.
connect(RedisCodec<K, V>) - Method in class com.redis.lettucemod.cluster.RedisModulesClusterClient
 
connect(RedisCodec<K, V>) - Method in class com.redis.lettucemod.RedisModulesClient
Open a new connection to a Redis server.
connect(RedisCodec<K, V>, RedisURI) - Method in class com.redis.lettucemod.RedisModulesClient
Open a new connection to a Redis server using the supplied RedisURI and the supplied codec to encode/decode keys.
connect(RedisURI) - Method in class com.redis.lettucemod.RedisModulesClient
Open a new connection to a Redis server using the supplied RedisURI that treats keys and values as UTF-8 strings.
connection(AbstractRedisClient) - Static method in class com.redis.lettucemod.util.RedisModulesUtils
 
connection(AbstractRedisClient, RedisCodec<K, V>) - Static method in class com.redis.lettucemod.util.RedisModulesUtils
 
count(long) - Method in class com.redis.lettucemod.search.CursorOptions.Builder
 
count(long) - Method in class com.redis.lettucemod.timeseries.AbstractRangeOptions.Builder
 
count(Reducers.Count) - Method in class com.redis.lettucemod.search.Group.Builder
 
COUNT - com.redis.lettucemod.protocol.SearchCommandKeyword
 
COUNT - com.redis.lettucemod.protocol.TimeSeriesCommandKeyword
 
COUNT - com.redis.lettucemod.timeseries.Aggregator
 
COUNT_DISTINCT - com.redis.lettucemod.protocol.SearchCommandKeyword
 
COUNT_DISTINCTISH - com.redis.lettucemod.protocol.SearchCommandKeyword
 
countDistinct(Reducers.CountDistinct) - Method in class com.redis.lettucemod.search.Group.Builder
 
CountDistinct(Reducers.CountDistinct.Builder) - Constructor for class com.redis.lettucemod.search.Reducers.CountDistinct
 
countDistinctish(Reducers.CountDistinctish) - Method in class com.redis.lettucemod.search.Group.Builder
 
create() - Static method in class com.redis.lettucemod.RedisModulesClient
Creates a uri-less RedisModulesClient with default ClientResources.
create() - Static method in class com.redis.lettucemod.search.Reducers.Count
 
create() - Static method in class com.redis.lettucemod.util.RedisURIBuilder
 
create(RedisURI) - Static method in class com.redis.lettucemod.cluster.RedisModulesClusterClient
Create a new client that connects to the supplied uri with default ClientResources.
create(RedisURI) - Static method in class com.redis.lettucemod.RedisModulesClient
Create a new client that connects to the supplied uri with default ClientResources.
create(RedisURI) - Static method in class com.redis.lettucemod.util.ClientBuilder
 
create(RedisURI) - Static method in class com.redis.lettucemod.util.RedisModulesClientBuilder
 
create(RedisURI) - Static method in class com.redis.lettucemod.util.RedisModulesClusterClientBuilder
 
create(ClientResources) - Static method in class com.redis.lettucemod.RedisModulesClient
Creates a uri-less RedisModulesClient with shared ClientResources.
create(ClientResources, RedisURI) - Static method in class com.redis.lettucemod.cluster.RedisModulesClusterClient
Create a new client that connects to the supplied uri with shared ClientResources.
create(ClientResources, RedisURI) - Static method in class com.redis.lettucemod.RedisModulesClient
Create a new client that connects to the supplied uri with shared ClientResources.
create(ClientResources, Iterable<RedisURI>) - Static method in class com.redis.lettucemod.cluster.RedisModulesClusterClient
Create a new client that connects to the supplied uri with shared ClientResources.
create(ClientResources, String) - Static method in class com.redis.lettucemod.cluster.RedisModulesClusterClient
Create a new client that connects to the supplied uri with shared ClientResources.You need to shut down the ClientResources upon shutting down your application.
create(ClientResources, String) - Static method in class com.redis.lettucemod.RedisModulesClient
Create a new client that connects to the supplied uri with shared ClientResources.You need to shut down the ClientResources upon shutting down your application.
create(Iterable<RedisURI>) - Static method in class com.redis.lettucemod.cluster.RedisModulesClusterClient
Create a new client that connects to the supplied uri with default ClientResources.
create(String) - Static method in class com.redis.lettucemod.cluster.RedisModulesClusterClient
Create a new client that connects to the supplied uri with default ClientResources.
create(String) - Static method in class com.redis.lettucemod.RedisModulesClient
Create a new client that connects to the supplied uri with default ClientResources.
create(String) - Static method in class com.redis.lettucemod.util.ClientBuilder
 
create(String) - Static method in class com.redis.lettucemod.util.RedisURIBuilder
 
create(K, CreateOptions<K, V>, Field<K>...) - Method in class com.redis.lettucemod.search.SearchCommandBuilder
 
create(K, CreateOptions<K, V>) - Method in class com.redis.lettucemod.timeseries.TimeSeriesCommandBuilder
 
CREATE - com.redis.lettucemod.protocol.SearchCommandType
 
CREATE - com.redis.lettucemod.protocol.TimeSeriesCommandType
 
createCommand(GearsCommandType, CommandOutput<A, B, T>) - Method in class com.redis.lettucemod.gears.GearsCommandBuilder
 
createCommand(GearsCommandType, CommandOutput<A, B, T>, CommandArgs<A, B>) - Method in class com.redis.lettucemod.gears.GearsCommandBuilder
 
createCommand(JsonCommandType, CommandOutput<A, B, T>, CommandArgs<A, B>) - Method in class com.redis.lettucemod.json.JSONCommandBuilder
 
createCommand(SearchCommandType, CommandOutput<A, B, T>, CommandArgs<A, B>) - Method in class com.redis.lettucemod.search.SearchCommandBuilder
 
createCommand(TimeSeriesCommandType, CommandOutput<A, B, T>, CommandArgs<A, B>) - Method in class com.redis.lettucemod.timeseries.TimeSeriesCommandBuilder
 
CreateOptions<K,​V> - Class in com.redis.lettucemod.search
 
CreateOptions<K,​V> - Class in com.redis.lettucemod.timeseries
 
CreateOptions() - Constructor for class com.redis.lettucemod.search.CreateOptions
 
CreateOptions() - Constructor for class com.redis.lettucemod.timeseries.CreateOptions
 
CreateOptions.Builder<K,​V> - Class in com.redis.lettucemod.search
 
CreateOptions.Builder<K,​V> - Class in com.redis.lettucemod.timeseries
 
CreateOptions.DataType - Enum in com.redis.lettucemod.search
 
createRule(K, K, CreateRuleOptions) - Method in class com.redis.lettucemod.timeseries.TimeSeriesCommandBuilder
 
CREATERULE - com.redis.lettucemod.protocol.TimeSeriesCommandType
 
CreateRuleOptions - Class in com.redis.lettucemod.timeseries
 
CreateRuleOptions.BucketDurationBuilder - Class in com.redis.lettucemod.timeseries
 
CreateRuleOptions.Builder - Class in com.redis.lettucemod.timeseries
 
credentialsProvider(RedisCredentialsProvider) - Method in class com.redis.lettucemod.util.RedisURIBuilder
 
credentialsProvider(Optional<RedisCredentialsProvider>) - Method in class com.redis.lettucemod.util.RedisURIBuilder
 
CURSOR - com.redis.lettucemod.protocol.SearchCommandType
 
cursorDelete(K, long) - Method in class com.redis.lettucemod.search.SearchCommandBuilder
 
CursorOptions - Class in com.redis.lettucemod.search
 
CursorOptions() - Constructor for class com.redis.lettucemod.search.CursorOptions
 
CursorOptions.Builder - Class in com.redis.lettucemod.search
 
cursorRead(K, long, Long) - Method in class com.redis.lettucemod.search.SearchCommandBuilder
 
cursorStats(List<Object>) - Method in class com.redis.lettucemod.search.IndexInfo.Builder
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages