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
Currently the implementation for AddStackExchangeRedisCache only lets developers configure a connection string or connection options for setting up the Redis connection, it'd be very useful if it was also possible to pass in a ConnectionMultiplexer instance or factory, dus letting us reuse connections to caches.
This would also let us plug in with OpenTelemetry as it requires a ConnectionMultiplexer object in order to set the telemetry information.
The text was updated successfully, but these errors were encountered:
Currently the implementation for
AddStackExchangeRedisCache
only lets developers configure a connection string or connection options for setting up the Redis connection, it'd be very useful if it was also possible to pass in aConnectionMultiplexer
instance or factory, dus letting us reuse connections to caches.This would also let us plug in with OpenTelemetry as it requires a ConnectionMultiplexer object in order to set the telemetry information.
The text was updated successfully, but these errors were encountered: