How to set a key in Redis and get the value (I'm building a url shortener)
I'm kind of new to Redis and I'm currently experiencing a project stand-still because I don't know any other way to set and get in Redis. My problem is I'm building a url shortener and when the user posts (a…