suspend fun RedisTransaction.setnxAwait(key: String, value: String): String
Set the value of a key, only if the key does not exist
key - Key of which value to set
key
value - New value for the key
value
handler - Handler for the result of this call.
handler
Return