Uses of Interface
io.lettuce.core.CompositeArgument
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
-
Uses of CompositeArgument in io.lettuce.core
Subinterfaces of CompositeArgument in io.lettuce.core Modifier and Type Interface Description static interfaceGeoSearch.GeoPredicateGeo predicate specifying a search scope.static interfaceGeoSearch.GeoRef<K>Geo reference specifying a search starting point.Classes in io.lettuce.core that implement CompositeArgument Modifier and Type Class Description classAclSetuserArgsArgument list builder for the Redis ACL SETUSER command.classBitFieldArgsArgument list builder for the Redis BITFIELD command.classCopyArgsArgument list builder for the Redis COPY command.classGeoAddArgsArgument list builder for the Redis GEOADD command starting from Redis 6.2.classGeoArgsArgument list builder for the Redis GEORADIUS and GEORADIUSBYMEMBER commands.classGeoRadiusStoreArgs<K>Argument list builder for the Redis GEORADIUS command to store GEORADIUS results or GEORADIUS distances in a sorted set.classGetExArgsArgument list builder for the Redis GETEX command starting from Redis 6.2.classKeyScanArgsArgument list builder for the RedisSCANcommand.classKillArgsArgument list builder for the Redis CLIENT KILL command.classLMoveArgsclassLPosArgsArgument list builder for the Redis LPOS command.classMigrateArgs<K>Argument list builder for the Redis MIGRATE command.classRestoreArgsArgument list builder for the Redis RESTORE command.classScanArgsArgument list builder for the Redis scan commands (SCAN, HSCAN, SSCAN, ZSCAN).classSetArgsArgument list builder for the Redis SET command starting from Redis 2.6.12.classSortArgsArgument list builder for the Redis SORT command.classStrAlgoArgsArgument list builder for the Redis STRALGO command.classTrackingArgsArgument list builder for the Redis CLIENT TRACKING command.classXAutoClaimArgs<K>Argument list builder for the Redis XAUTOCLAIM command.classXPendingArgs<K>Argument list builder for the Redis XPENDING command.classXTrimArgsArgument list builder for the Redis XTRIM command.classZAddArgsArgument list builder for the improved Redis ZADD command starting from Redis 3.0.2.classZAggregateArgsclassZStoreArgsArgument list builder for the Redis ZUNIONSTORE and ZINTERSTORE commands.