rust-memcache icon indicating copy to clipboard operation
rust-memcache copied to clipboard

Add ClientBuilder

Open letmutx opened this issue 4 years ago • 0 comments

After #104 lands, we should expose more options to configure the connection pool. I intentionally left this out to keep the PR small for review.

In addition to the pool options, we should also add support for setting a custom hash function without having to do client.hash_function = ....

letmutx avatar Feb 05 '20 15:02 letmutx