vertx / io.vertx.rxjava.redis / RedisClient / rxBitop

rxBitop

open fun rxBitop(operation: BitOperation, destkey: String, keys: MutableList<String>): Single<Long>

Perform bitwise operations between strings

Parameters

operation - Bitwise operation to perform

destkey - Destination key where result is stored

keys - List of keys on which to perform the operation

Return