tuweni / org.apache.tuweni.kv / RedisKeyValueStore / get

get

suspend fun get(key: K): V? (source)

Retrieves data from the store.

Parameters

key - The key for the content.

Return
The stored data, or null if no data was stored under the specified key.