Meet Ghodasara
Meet Ghodasara
Feature Added : #571 Add support for Redis TYPE command ### Description This PR include the addition of new [TYPE](https://redis.io/docs/latest/commands/type/) command. Implementation for TYPE command. (internal/eval/eval.go) (internal/eval/commands.go) Added unit tests...
Feature Added : #148 Add support for COMMAND INFO command ### Description - [x] Add implementation of "command info" (internal/eval/eval.go) - [x] Add unit test for "command info" - [x]...
The command SET is not consistent with Redis implementation. Here are the steps to reproduce the issue Execute Command - SET key value (Where key is an binary data) E.g....