All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ugins.grails-redis.5.0.0-M1.source-code.application.yml Maven / Gradle / Ivy

Go to download

This Plugin provides access to Redis and various utilities(service, annotations, etc) for caching.

There is a newer version: 5.0.0-M3
Show 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