- Add: Interface to abstract cache types.
- Add: Redis cache which implements the above interface.
- Add: Cache configuration changes to support grid mode. Now user can specify the type of cache to be used in the application.
- Add: Exit from the application if the connection to the Redis server fails.
- Add: Unit tests and benchmarks for Redis cache.