thesardorbroo / simple-apps

0 stars 0 forks source link

Redis cache is added. #3

Closed thesardorbroo closed 8 months ago

thesardorbroo commented 8 months ago

MusicFinderBot can work with Redis Cache Server. Temporary services are implemented. There are 2 implementation MusicTempMapStorageServiceImpl and MusicRedisMapStorageServiceImpl. If choose REDIS for cache.storage.type key in application.properties then MusicRedisMapStorageServiceImpl will work, if choose JAVA_MAP then MusicTempMapStorageServiceImpl will work.

If you want to enable Redis cache server, you should run src/main/music-finder-docker/redis.yml