-
Notifications
You must be signed in to change notification settings - Fork 45
Implement HSCAN command #109
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Scans the entries of a hash.
Reference: https://redis.io/docs/latest/commands/hscan/
Client-Server Spec:
Command File: ./internal/modules/hash/commands.go
Test File: ./internal/modules/hash/commands_test.go
Command:
hscanModule:
constants.HashModuleCategories:
contants.HashCategory,constants.ReadCategory,constants.SlowCategoryDescription:
(HSCAN key cursor [MATCH pattern] [COUNT count] [NOVALUES]) scan the entries of a hashSync:
falseEmbedded Spec:
Command File: ./echovault/api_hash.go
Test File: ./echovault/api_hash_test.go
Documentation
Add documentation to
./docs/docs/commands/hash/hscan.mdx