Skip to content

Implement EXISTS command #158

@NicoleStrel

Description

@NicoleStrel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions