open fun rxGetbit(key: String, offset: Long): Single<String>
Returns the bit value at offset in the string value stored at key
key - Key string
key
offset - Offset in bits
offset
Return