
ugins.grails-redis.5.0.0-M3.source-code.application.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grails-redis Show documentation
Show all versions of grails-redis Show documentation
This Plugin provides access to Redis and various utilities(service, annotations, etc) for caching.
The newest version!
grails:
profile: plugin
codegen:
defaultPackage: redis
info:
app:
name: '@info.app.name@'
version: '@info.app.version@'
grailsVersion: '@info.app.grailsVersion@'
spring:
groovy:
template:
check-template-location: false
---
grails:
redis:
port: '${REDIS_PORT:6379}'
host: '${REDIS_HOST:localhost}'
poolConfig:
maxIdle: 1
maxTotal: 10
doesnotexist: true
© 2015 - 2025 Weber Informatics LLC | Privacy Policy