Skip to content

Commit e473dab

Browse files
committed
update sample
1 parent 4b0aed9 commit e473dab

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

sample/EasyCaching.Demo.Providers/Startup.cs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,6 @@ public void ConfigureServices(IServiceCollection services)
5959
});
6060

6161
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");
7962
});
8063
}
8164

0 commit comments

Comments
 (0)