ivan_d
ivan_d

Reputation: 423

ServiceStack v4.0.60 does not have IRedisClientFactory

After upgrading ServiceStack from version 4.0.23 to 4.0.60 I got following error:

The type or namespace name 'IRedisClientFactory' could not be found

I searched release notes for 2015 and 2016 and did not find anything about removing of IRedisClientFactory

But it was in 4.0.23

enter image description here

I will appreciate very much any help/suggestion.

Upvotes: 2

Views: 84

Answers (1)

mythz
mythz

Reputation: 143319

The interface that all Redis Client Managers share is IRedisClientsManager.

Upvotes: 1

Related Questions