Put most frequent used data in Redis and like said above, when there is a change, do update on Master (MySQL) first and then update same on Redis.
Frequent used data differs from application scope. Good example will be storing emails in redis cause user opens and close email very frequently.