aliexpressru / memcached

A high-performance client library for managing multiple instances of Memcached, optimized for scalability and reliability. This library is designed to provide seamless integration and efficient caching solutions for large-scale applications, ensuring low latency and high throughput. Developed and maintained by AliExpress CIS.
https://www.nuget.org/packages/Aerx.Memcached.Client
MIT License
27 stars 1 forks source link

Add ability to configure memcached port #10

Closed grazumkov closed 1 year ago

grazumkov commented 1 year ago

I wonder why port is constant?

https://github.com/aliexpressru/memcached/blob/1d5372b63f6212b2453bc522d5cda488b53ae6d8/src/Aer.Memcached/Pod.cs#L8

This is a feature request to make the memcached port to be configured. It may be useful when you have different projects with memcached and want to debug it localy.

abarbolin commented 1 year ago

Now you can configure port starting from version 1.3.3 of the library Also check the release https://github.com/aliexpressru/memcached/releases/tag/v1.3.3