redis / go-redis

Redis Go client
https://redis.uptrace.dev
BSD 2-Clause "Simplified" License
19.95k stars 2.36k forks source link

Support NOVALUES parameter for HSCAN #2925

Closed gerzse closed 3 months ago

gerzse commented 7 months ago

Issue #2919

The NOVALUES parameter instructs HSCAN to only return the hash keys, without values.

vladvildanov commented 4 months ago

@ofekshenawa Does tests fail because it's not supported yet or any other reason?

ofekshenawa commented 4 months ago

@vladvildanov yes, currently it's not supported.