DevConf.IN is the annual Developer’s Conference organized by Red Hat, India. The event provides a platform to the FOSS community participants and enthusiasts to come together and engage in knowledge sharing activities through technical talks, workshops, panel discussions, hackathons and much more.
All you have to do is a FREE registration here. There is no admission or ticket charges applicable to be a part of the event. All the event activities will be in English.
We are committed to foster an open and welcoming environment for everyone at our conference. We have our inclusive code of conduct and media policies, which we expect to be duly adhered during the event.
"Redis is an open source in-memory store, used as a database, cache and message broker. Redis in production often contain millions of objects, which are written to and read by multiple distributed micro-services.
Companies using Redis, at some point, will likely have to migrate data from one cluster/instance to another for reasons like scaling, modelling data, upgrading instance type/capacity, cost optimization, refactoring code, etc. Keys stored in Redis need to be accessible and services need to remain available at all times, including during migration.
This talk describes how Redis migrations can be handled at scale in production without any service downtime, the challenges we faced and how we solved it. It further touches upon best practices of using Redis cluster in production."