Redis for caching (in-memory) in AEM application



Redis for caching (in-memory) in AEM application

Redis for caching (in-memory) in AEM application

How can we use Redis provided Jedis API in AEM application.

In this video, below are covered-
1. Redis is an open source (BSD licensed), in-memory data structure store, 2.used as a database, cache and message broker.
3. It supports data structures such as strings, hashes, lists, sets, sorted sets etc.
4. Provides Java API called Jedis.
5. Key-Value storage type.
5. How to install Redis on Windows.
6. OSGI service implementation using Jedis.

Code available at
https://github.com/riteshmittal/redistutorial

Connect with me on LinkedIn
https://www.linkedin.com/in/riteshmittal21/

Comments are closed.