The problem/use-case that the feature addresses

Currently, to select data from a specific key, you need to know the type of the key in order to use the relevant command to select it. For example, in order to select a key from the datatype hash, you will need to use the HGETALL command.

Description of the feature

Create a command, it can be "GET", "SELECT" or any other keyword. This will check the data type and get the data from the key. This will really help the user as: 1. they won't need to know the datatype in advance 2. They won't need to be familiar with the mapping of GET command -> data type

Alternatives you've considered

None :)

Additional information

This will be very helpful!!

Comment From: itamarhaber

Duplicate of #9631 and possibly #6720