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

META-INF.docs.redisson-sample.json Maven / Gradle / Ivy

The newest version!
{
  "services": {
    "test": {
      "ack": true
    },
    "test2": {}
  },
  "consumers": {
    "xx": {
      "stream": "xx",
      "groupName": "default",
      "groupNoAck": false
    }
  },
  "connections": {
    "default": {
      "database": 0,
      "address": "redis://127.0.0.1:6379"
    }
  },
  "watch": {
    "interval": "PT3S",
    "warmup": "PT2S",
    "enableServiceReply": true,
    "specs": {
      "test": {
        "kind": "hash",
        "name": "metadata#service:test",
        "timeToLive": "PT2S"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy