Add support for the Redis LLEN command: - Accept RESP input for LLEN - Return length of a list - Add unit tests for LLEN (list/non-list/missing key cases) - Document command usage in README
Add support for the Redis LLEN command: