I've just begun playing around with CacheManager.Net to add distributed caching capabilities to our app. My level 2 cache is Redis and it seem to work fine.
I notice that when I do a Cache.Add(cacheItem), it always gets added as a Hash to redis. Using CacheManager, is it possible to add objects as other redis data types? Say as a "String"?
Thanks. U