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
Add support for the Redis LPOP command: