From e1ba727d3cf1289339441442b0ca9e52f0f2236d Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 19 Feb 2022 09:38:14 +0000 Subject: [PATCH] Update Flex endpoint --- ...3d9ab65be62de4e085a25e6ca899efa96b1f3.json | 41 +++++++++++++++++++ snc.redis-bundle.2.0.json | 4 +- 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 archived/snc.redis-bundle/36b3d9ab65be62de4e085a25e6ca899efa96b1f3.json diff --git a/archived/snc.redis-bundle/36b3d9ab65be62de4e085a25e6ca899efa96b1f3.json b/archived/snc.redis-bundle/36b3d9ab65be62de4e085a25e6ca899efa96b1f3.json new file mode 100644 index 00000000..392a3f18 --- /dev/null +++ b/archived/snc.redis-bundle/36b3d9ab65be62de4e085a25e6ca899efa96b1f3.json @@ -0,0 +1,41 @@ +{ + "manifests": { + "snc/redis-bundle": { + "manifest": { + "bundles": { + "Snc\\RedisBundle\\SncRedisBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "passwords that contain special characters (@, %, :, +) must be urlencoded", + "REDIS_URL": "redis://localhost" + } + }, + "files": { + "config/packages/snc_redis.yaml": { + "contents": [ + "snc_redis:", + " clients:", + "", + "# Define your clients here. The example below connects to database 0 of the default Redis server.", + "#", + "# See https://github.com/snc/SncRedisBundle/blob/master/docs/README.md for instructions on", + "# how to configure the bundle.", + "#", + "# default:", + "# type: phpredis", + "# alias: default", + "# dsn: \"%env(REDIS_URL)%\"", + "" + ], + "executable": false + } + }, + "ref": "36b3d9ab65be62de4e085a25e6ca899efa96b1f3" + } + } +} diff --git a/snc.redis-bundle.2.0.json b/snc.redis-bundle.2.0.json index c8e95955..392a3f18 100644 --- a/snc.redis-bundle.2.0.json +++ b/snc.redis-bundle.2.0.json @@ -23,7 +23,7 @@ "", "# Define your clients here. The example below connects to database 0 of the default Redis server.", "#", - "# See https://github.com/snc/SncRedisBundle/blob/master/Resources/doc/index.md for instructions on", + "# See https://github.com/snc/SncRedisBundle/blob/master/docs/README.md for instructions on", "# how to configure the bundle.", "#", "# default:", @@ -35,7 +35,7 @@ "executable": false } }, - "ref": "85bbdb3d2db531e20874de29bab0587f93604fa8" + "ref": "36b3d9ab65be62de4e085a25e6ca899efa96b1f3" } } }