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

Make all methods non-throwing #27

Closed TonySkorik closed 10 months ago

TonySkorik commented 10 months ago

Currently some exceptions that happen deep down in the library logic got thrown outside which may lead to some unforeseen consequences.

Make all the public API methods non-throwing.