# This file defines all module routes (Higher priority routes first)
#
# import these routes in the main app as :
# *     /                       module:play-redis
#
# ~~~~

GET     /cacheContents          RedisCacheMonitor.cacheContents
GET     /cacheInstance          RedisCacheMonitor.cacheInstance
GET     /cacheClientInfo        RedisCacheMonitor.cacheClientInfo
