xf 10 tháng trước cách đây
mục cha
commit
eeab95af80
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/XF.EasyCaching/StartupExtensions.cs

+ 1 - 1
src/XF.EasyCaching/StartupExtensions.cs

@@ -43,7 +43,7 @@ namespace XF.EasyCaching
                     .WithRedisBus(busConf =>
                     {
                         busConf.Endpoints.Add(new ServerEndPoint(options.Host, options.Port));
-
+                        busConf.Password = options.Password;
                         // do not forget to set the SerializerName for the bus here !!
                         busConf.SerializerName = "xjson";
                     });