How to HSET time in Golang to redigo (Redis)?
I'm using redigo to store and retrieve data in redigo. I have a struct that contains a type definition following time. I want to store the struct Data using HSET in Redis. I have a type definition to be able…