fungover / haze

Key-Value database that talks RESP
MIT License
8 stars 9 forks source link

Implement RENAME #191

Open robinalfengard opened 9 months ago

robinalfengard commented 9 months ago

We should add more possible commands. For example we should add the functionality to rename a key which is already SET. See docs here: https://redis.io/commands/rename/

cmatlak commented 9 months ago

yes that sounds like an good idea, good thinking

LudwigPersson commented 9 months ago

I will start looking at this today!