tidwall / redcon

Redis compatible server framework for Go
MIT License
2.16k stars 159 forks source link

Type safety #57

Open stevefan1999-personal opened 1 year ago

stevefan1999-personal commented 1 year ago

Sometimes we need to guarantee the arguments are of some type (for example GET requires name to be string but what if user put in number?) so how do we check it?