Home
last modified time | relevance | path

Searched refs:redis_config (Results 1 – 16 of 16) sorted by relevance

/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/config/
H A Dredis.py23 redis_config = config.get("redis") or {}
24 self.redis_enabled = redis_config.get("enabled", False)
31 self.redis_host = redis_config.get("host", "localhost")
32 self.redis_port = redis_config.get("port", 6379)
33 self.redis_password = redis_config.get("password")
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dmail_room.rb58 config.merge!(redis_config) if enabled?(config)
72 def redis_config method
/dports/databases/redis6/redis-6.0.16/src/
H A Dredis-benchmark.c105 struct redisConfig *redis_config; member
169 struct redisConfig *redis_config; member
841 if (config.redis_config) { in showLatencyReport()
979 node->redis_config = NULL; in createClusterNode()
999 if (node->redis_config != NULL) freeRedisConfig(node->redis_config); in freeClusterNode()
1561 config.redis_config = NULL; in main()
1607 if (node->redis_config == NULL) { in main()
1618 config.redis_config = in main()
1620 if (config.redis_config == NULL) in main()
1666 if (config.redis_config != NULL) freeRedisConfig(config.redis_config); in main()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/azure/
H A Dazure_rm_rediscache.py566 redis_config = dict()
569 redis_config[underline_to_hyphen(key)] = underline_to_hyphen(getattr(self, key))
575 redis_configuration=redis_config,
608 redis_config = dict()
611 redis_config[underline_to_hyphen(key)] = underline_to_hyphen(getattr(self, key))
614 redis_configuration=redis_config,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/plugins/modules/
H A Dazure_rm_rediscache.py564 redis_config = dict()
567 redis_config[underline_to_hyphen(key)] = underline_to_hyphen(getattr(self, key))
573 redis_configuration=redis_config,
606 redis_config = dict()
609 redis_config[underline_to_hyphen(key)] = underline_to_hyphen(getattr(self, key))
612 redis_configuration=redis_config,
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dredis-benchmark.c119 struct redisConfig *redis_config; member
179 struct redisConfig *redis_config; member
890 if (config.redis_config) { in showLatencyReport()
1064 node->redis_config = NULL; in createClusterNode()
1084 if (node->redis_config != NULL) freeRedisConfig(node->redis_config); in freeClusterNode()
1737 config.redis_config = NULL; in main()
1787 if (node->redis_config == NULL) { in main()
1798 config.redis_config = in main()
1800 if (config.redis_config == NULL) { in main()
1863 if (config.redis_config != NULL) freeRedisConfig(config.redis_config); in main()
[all …]
/dports/sysutils/flowgger/flowgger-0.2.10/src/flowgger/input/
H A Dredis_input.rs57 let redis_config = RedisConfig { connect, queue_key }; in new() localVariable
59 config: redis_config, in new()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/docs/
H A Dapplication_metrics.md84 ADD ADD redis_config.json /var/cadvisor/redis_config.json
85 LABEL io.cadvisor.metric.redis="/var/cadvisor/redis_config.json"
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dredis.c260 static int redis_config(oconfig_item_t *ci) /* {{{ */ in redis_config() function
814 plugin_register_complex_config("redis", redis_config); in module_register()
/dports/security/openvas/openvas-scanner-21.4.3/doc/
H A Dredis_data_model.md15 Please refer to [redis_config.md](./redis_config.md) on how to configure and
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/jenkins_jobs/modules/
H A Dwrappers.py1875 redis_config = data.get("redis", {})
1887 redis_sub_element, redis_config, mapping, fail_required=True
/dports/security/openvas/openvas-scanner-21.4.3/
H A DINSTALL.md142 See `doc/redis_config.txt` to see how to set up and run a Redis server.
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/docs/chunks-storage/
H A Dcaching.md128 See [`redis_config` documentation](../configuration/config-file-reference.md#redis-config) if you u…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/docs/configuration/
H A Dconfig-file-reference.md1127 # The redis_config configures the Redis backend cache.
1129 [redis: <redis_config>]
3267 # The redis_config configures the Redis backend cache.
3269 [redis: <redis_config>]
3427 # The redis_config configures the Redis backend cache.
3429 [redis: <redis_config>]
3466 # The redis_config configures the Redis backend cache.
3468 [redis: <redis_config>]
4235 ### `redis_config`
4237 The `redis_config` configures the Redis backend cache. The supported CLI flags `<prefix>` used to r…
/dports/www/kannel/gateway-1.4.4/
H A Dconfigure.in1280 AC_PATH_PROG(REDIS_CONFIG, redis_config, no, [$PATH:$redisloc/bin:$redisloc])
1299 dnl redis_config found
H A Dconfigure9835 set dummy redis_config; ac_word=$2