Sha256: 4772a4511cd6725b01ebde292e7551b7a4dbe07cf61483985ed583f4f316638e
Contents?: true
Size: 665 Bytes
Versions: 13
Compression:
Stored size: 665 Bytes
Contents
# frozen_string_literal: true Aws.config[:elasticache] = { stub_responses: { describe_cache_parameters: { parameters: [ { parameter_name: 'activerehashing', parameter_value: 'yes' }, { parameter_name: 'client-output-buffer-limit-pubsub-hard-limit', parameter_value: '33554432' }, { parameter_name: 'repl-timeout', parameter_value: '60' }, { parameter_name: 'timeout', parameter_value: '0' }, { parameter_name: 'tcp-keepalive', parameter_value: '300' } ] } } }
Version data entries
13 entries across 13 versions & 1 rubygems