Package-level declarations
Functions
Link copied to clipboard
suspend fun ReThis.blMove(source: String, destination: String, moveFrom: MoveDirection, moveTo: MoveDirection, timeout: Long): String?
Link copied to clipboard
suspend fun ReThis.blmPop(timeout: Long, vararg key: String, direction: MoveDirection, count: Int? = null): List<MPopResult>
Link copied to clipboard
suspend fun ReThis.bzMPop(timeout: Double, minMax: ZPopCommonOption, vararg keys: String, count: Long? = null): List<MPopResult>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun ReThis.functionRestore(serializedValue: ByteArray, option: FunctionRestoreOption? = null): String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun ReThis.hPExpireAt(key: String, instant: Instant, vararg field: String, updateType: UpdateStrategyOption? = null): List<Long>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun ReThis.hScan(key: String, cursor: Long, vararg option: HScanOption): ScanResult<Pair<String, String>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun ReThis.lMove(source: String, destination: String, moveFrom: MoveDirection, moveTo: MoveDirection): String?
Link copied to clipboard
suspend fun ReThis.lmPop(direction: MoveDirection, vararg key: String, count: Int? = null): List<MPopResult>
Link copied to clipboard
suspend fun ReThis.lPos(key: String, element: String, vararg option: LPosOption.CommonOption): Long?
suspend fun ReThis.lPos(key: String, element: String, count: LPosOption.Count, vararg option: LPosOption.CommonOption): List<Long>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun ReThis.pSubscribe(pattern: String, exceptionHandler: ReThisExceptionHandler? = null, handler: SubscriptionHandler)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun ReThis.sSubscribe(shardChannel: String, exceptionHandler: ReThisExceptionHandler? = null, handler: SubscriptionHandler)
Link copied to clipboard
suspend fun ReThis.subscribe(channel: String, exceptionHandler: ReThisExceptionHandler? = null, handler: SubscriptionHandler)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun ReThis.zAdd(key: String, updateType: UpdateStrategyOption? = null, ch: Boolean = false, vararg members: ZMember): Long
suspend fun ReThis.zAdd(key: String, vararg members: ZMember, existenceRule: UpdateStrategyOption.ExistenceRule? = null, comparisonRule: UpdateStrategyOption.ComparisonRule? = null, ch: Boolean = false, incr: Boolean = false): Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun ReThis.zInterStore(destination: String, vararg keys: String, weights: List<Long>? = null, aggregate: ZAggregate? = null): Long
Link copied to clipboard
suspend fun ReThis.zMpop(modifier: ZPopCommonOption, vararg keys: String, count: Long? = null): List<MPopResult>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun ReThis.zUnionStore(destination: String, vararg keys: String, weights: List<Long>? = null, aggregate: ZAggregate? = null): Long