How to save data to redis from MySQL database in Golang beego framework?
I am trying to get data from MySQL database and store it every 6 hours later on redis. I am totally new in redis. I want to get data from MySQL DB using Select * from table_name. Then store those…