-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
Implement the EXISTS command, which returns if the specified keys exist
Reference: https://redis.io/docs/latest/commands/exists/
Client-Server Spec:
Command File: ./internal/modules/generic/commands.go
Test File: ./internal/modules/generic/commands_test.go
Command: exists
Module: constants.GenericModule
Categories: constants.KeyspaceCategory
, constants.ReadCategory
, constants.FastCategory
Description: (EXISTS) Return if the keys exist.
Sync: false
Embedded Spec:
Command File: ./echovault/api_generic.go
Test File: ./echovault/api_generic_test.go
Documentation
Add documentation to ./docs/docs/commands/generic/EXISTS.mdx
Metadata
Metadata
Assignees
Labels
No labels