Uses of Enum Class
redis.clients.jedis.search.SearchProtocol.SearchCommand
Packages that use SearchProtocol.SearchCommand
Package
Description
This package contains the classes and interfaces related to RediSearch module.
-
Uses of SearchProtocol.SearchCommand in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type SearchProtocol.SearchCommandModifier and TypeMethodDescriptionprivate CommandArgumentsCommandObjects.checkAndRoundRobinSearchCommand(SearchProtocol.SearchCommand sc, String idx) private CommandArgumentsCommandObjects.checkAndRoundRobinSearchCommand(SearchProtocol.SearchCommand sc, String idx1, String idx2) -
Uses of SearchProtocol.SearchCommand in redis.clients.jedis.search
Methods in redis.clients.jedis.search that return SearchProtocol.SearchCommandModifier and TypeMethodDescriptionstatic SearchProtocol.SearchCommandReturns the enum constant of this class with the specified name.static SearchProtocol.SearchCommand[]SearchProtocol.SearchCommand.values()Returns an array containing the constants of this enum class, in the order they are declared.