suspend fun RedisTransaction.getsetAwait(key: String, value: String): String
Set the string value of a key and return its old value
key - Key of which value to set
key
value - New value for the key
value
Return