Skip to content

new feature: Allow increasing connection pool sizes of redis and memcached services #6758

@trxcllnt

Description

@trxcllnt

Feature Description

The Redis and Memcached services pool connections via bb8::Pool with the default options, including max_size: 10. This size can be limiting in high-concurrency scenarios, so users should be able to increase the it as desired.

Problem and Solution

Add connection_pool_max_size options to RedisBuilder and MemcachedBuilder and plumb them through to the underlying connection pool configuration.

Additional Context

No response

Are you willing to contribute to the development of this feature?

  • Yes, I am willing to contribute to the development of this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions