You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: VM cache did not support connecting through a Unix socket
Problem: the user can only specify the URL of the cache or a complete
aiohttp client session object.
Solution: mirror what is done for the `AlephClient` class and allow
a `unix_socket` parameter in the constructor of `VmCache` to build
the client session correctly for the user.
0 commit comments