getCommands<K, V> method

Commands<K, V> getCommands<K, V>()

Get Commands K : key type V : value type

Implementation

Commands<K, V> getCommands<K, V>() => CommandsClient<K, V>._(_connection);