StackExchange.Redis
StackExchange.Redis copied to clipboard
add support for hscan novalues option
Closes/Fixes #2721
brings new functions to the API ;
- IDatabase.HashScanNoValues
- IDatabase.HashScanNoValues
- IDatabaseAsync.HashScanNoValuesAsync
to enable the return type consisting of keys in the hash.
added some unit and integration tests in paralled to what is there for HashScan
and HashScanAsnyc
.