Skip to content

Use Redis cache for Schema

Alok Joshi requested to merge schema_cache_with_redis into master

Merge request template

Use centralized Redis cache instead of VM cache for Schemas in Storage service. This is a change to address this bug #34 (closed). App only uses VM cache when running locally because setting up a Redis instance with SSL is tricky.

Merge request reports