You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Since redis 7.4 HSCAN has a NOVALUES option which allow to not return the values of the fields and just return the fields names
Is it possible to implement the novalues option in the hscanStream option ?
See the documentation: https://redis.io/docs/latest/commands/hscan/
"The second element is an Array reply of field/value pairs that were scanned. When the NOVALUES flag (since Redis 7.4) is used, only the field names are returned."
The text was updated successfully, but these errors were encountered:
Hello,
Since redis 7.4 HSCAN has a NOVALUES option which allow to not return the values of the fields and just return the fields names
Is it possible to implement the novalues option in the hscanStream option ?
See the documentation: https://redis.io/docs/latest/commands/hscan/
"The second element is an Array reply of field/value pairs that were scanned. When the NOVALUES flag (since Redis 7.4) is used, only the field names are returned."
The text was updated successfully, but these errors were encountered: