We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0aed9 commit e473dabCopy full SHA for e473dab
sample/EasyCaching.Demo.Providers/Startup.cs
@@ -59,23 +59,6 @@ public void ConfigureServices(IServiceCollection services)
59
});
60
61
option.UseMemcached(Configuration);
62
-
63
- option.UseHybrid(x =>
64
- {
65
66
- }, "name");
67
68
- option.WithRedisBus(x =>
69
70
- x.SerializerName = "msgpack";
71
- }, "bus");
72
73
- option.WithCSRedisBus(x =>
74
75
76
- });
77
78
- option.WithMessagePack("msgpack");
79
80
}
81
0 commit comments