Implement the SSCAN command #107
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Scan the elements of a set.
Reference: https://redis.io/docs/latest/commands/sscan/
Client-Server Spec:
Command File: ./internal/modules/set/commands.go
Test File: ./internal/modules/set/commands_test.go
Command:
sscan
Module:
constants.SetModule
Categories:
contants.SetCategory
,constants.ReadCategory
,constants.SlowCategory
Description:
(SSCAN key cursor [MATCH pattern] [COUNT count]) scan the elements of a set
Sync:
false
Embedded Spec:
Command File: ./echovault/api_set.go
Test File: ./echovault/api_set_test.go
Documentation
Add documentation to
./docs/docs/commands/set/sscan.mdx
The text was updated successfully, but these errors were encountered: