Skip to content

Implement LPOP Command #32

Description

@unikdahal

Add support for the Redis LPOP command:

  • Accept RESP input for LPOP
  • Pop a value from the head of a list in RedisDatabase
  • Return value or nil as per Redis protocol
  • Add unit tests for LPOP (empty/non-list key cases)
  • Document command usage in README

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions