How can I correctly check the type of a Redis key in Lua scripting?
Correct way to check redis key's type in lua script. I'm trying to wrap my head around redis lua scripting and I can't find the correct way to check what type the key has. Here is what I've tried: 127.0.0.1:6379>…