dice icon indicating copy to clipboard operation
dice copied to clipboard

#571: Add support for Redis TYPE command

Open meetghodasara opened this issue 1 year ago • 0 comments

Feature Added : #571 Add support for Redis TYPE command

Description

This PR include the addition of new TYPE command.

Implementation for TYPE command. (internal/eval/eval.go) (internal/eval/commands.go) Added unit tests (internal/eval/eval_test.go) Added Integration tests (integration_tests/commands/type_test.go) Added Benchmark (internal/eval/eval_test.go)

Testing

Unit tests

Screenshot 2024-09-17 at 10 30 39 PM

Integration tests

Screenshot 2024-09-17 at 10 29 07 PM

Benchmark

Screenshot 2024-09-17 at 10 26 39 PM

Feel free to suggest any changes @rishirishhh

Please review the PR and let me know any changes. @JyotinderSingh 😇 Thank you Meet Ghodasara

meetghodasara avatar Sep 17 '24 17:09 meetghodasara