Hi Demis,
I can’t seem to find the RedisServerEvents class described in this article :
https://github.com/ServiceStack/ServiceStack/wiki/Redis-Server-Events
in fact - a search for the IServerEvents interface in the ServiceStack.Redis repository returns no results!
What am I missing?
Ryan
It’s in the ServiceStack.Server
NuGet pkg, this is where high-level features depending on OrmLite or Redis are - I’ll add a note on the wiki.
Ryan Britton:
Great - thanks!
__________