Redis is an open source in memory data structures store used as a database , cache and Message broker. What is caching? Caching is a process of storing data into a cache and cache is a temporary storage component area where the data is stored so that in future data can be served faster. In […]
Author Archives: Naveen Kumar
Hooks are a way for one piece of code to override other code at specific, pre-defined place. They make up the foundation stone for how plugins and themes interact with WordPress Core, but they’re also used extensively by WordPress Core itself. There are two types of hooks: Actions and Filters. To use them, we need to function to […]


