vertx
/
io.vertx.rxjava.redis
/
RedisTransaction
/
rxGet
rxGet
open
fun
rxGet
(
key
:
String
)
:
Single
<
String
>
Get the value of a key
Parameters
key
- Key string
Return