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
Command File: ./internal/modules/generic/commands.go
Test File: ./internal/modules/generic/commands_test.go
Command: keys
Module: constants.GenericModule
Categories: constants.KeyspaceCategory, constants.ReadCategory, constants.SlowCategory, constants.DangerousCategory
Description: (KEYS pattern) Returns an array of keys that match the provided glob pattern.
Sync: false
Embedded Spec:
Command File: ./echovault/api_generic.go
Test File: ./echovault/api_generic_test.go
NOTE: You may have to edit the HandlerFuncParams type to include a function that returns all matching keys.
The text was updated successfully, but these errors were encountered:
Implement the KEYS command, which returns all the keys that match the provided pattern.
Reference: https://redis.io/docs/latest/commands/keys/
Client-Server Spec:
Command File: ./internal/modules/generic/commands.go
Test File: ./internal/modules/generic/commands_test.go
Command:
keys
Module:
constants.GenericModule
Categories:
constants.KeyspaceCategory
,constants.ReadCategory
,constants.SlowCategory
,constants.DangerousCategory
Description:
(KEYS pattern) Returns an array of keys that match the provided glob pattern.
Sync:
false
Embedded Spec:
Command File: ./echovault/api_generic.go
Test File: ./echovault/api_generic_test.go
NOTE: You may have to edit the
HandlerFuncParams
type to include a function that returns all matching keys.The text was updated successfully, but these errors were encountered: