Hi I am using Laravel with Redis .When I am trying to access a key by get method then get following error \"WRONGTYPE Operation against a key holding the wrong kind of value
Redis supports 5 data types. You need to know what type of value that a key maps to, as for each data type, the command to retrieve it is different.
Here are the commands to retrieve key value:
Use the TYPE command to check the type of value a key is mapping to: