I was happy to find C# bindings for Redis with ServiceStackRedis. But when I tried to make a simple forms application and try to build the program it shows me error that RedisClient and ServiceStack.Redis etc are not found. But I already added those references to my project. Also while coding it properly shows the help text showing the constructor types RedisClient expects etc.. Is there any simple c# project example with redis available online? Any insight about how to use ServiceStackRedis is appreciated.
Regards, Lalith