StackExchange.Redis icon indicating copy to clipboard operation
StackExchange.Redis copied to clipboard

add support for hscan novalues option

Open atakavci opened this issue 9 months ago • 4 comments

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.

atakavci avatar May 22 '24 10:05 atakavci