add LibraryName at ConfigurationOptions level by mgravell · Pull Request #2502 · StackExchange/StackExchange.Redis
context: desire to set library name more granularly than provider - for example output cache provider, distributed cache provider, etc
the plan is also to, where possible, respect the pre-existing lib name - i.e. if the provider says "foostore", we'll use the new GetProvider API, ask for that info, and specifiy "foostore ocache", "foostore dcache", etc