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

Version Path
awspec-1.31.0 lib/awspec/stub/elasticache_cache_parameter_group.rb
awspec-1.30.0 lib/awspec/stub/elasticache_cache_parameter_group.rb
awspec-1.29.3 lib/awspec/stub/elasticache_cache_parameter_group.rb
awspec-1.29.2 lib/awspec/stub/elasticache_cache_parameter_group.rb
awspec-1.29.1 lib/awspec/stub/elasticache_cache_parameter_group.rb
awspec-1.29.0 lib/awspec/stub/elasticache_cache_parameter_group.rb
awspec-1.28.2 lib/awspec/stub/elasticache_cache_parameter_group.rb
awspec-1.28.1 lib/awspec/stub/elasticache_cache_parameter_group.rb
awspec-1.28.0 lib/awspec/stub/elasticache_cache_parameter_group.rb
awspec-1.27.1 lib/awspec/stub/elasticache_cache_parameter_group.rb
awspec-1.27.0 lib/awspec/stub/elasticache_cache_parameter_group.rb
awspec-1.26.0 lib/awspec/stub/elasticache_cache_parameter_group.rb
awspec-1.25.2 lib/awspec/stub/elasticache_cache_parameter_group.rb