What are the distinguishing features between stackexchange.redis and servicestack.redis
            Asked
            
        
        
            Active
            
        
            Viewed 859 times
        
    1
            
            
        - 
                    Possible duplicate of [Difference between StackExchange.Redis and ServiceStack.Redis](http://stackoverflow.com/questions/33103441/difference-between-stackexchange-redis-and-servicestack-redis) – Avenger789 May 16 '17 at 02:30
1 Answers
0
            
            
        You should probably add more details to narrow the answer set.
But it worth mentioning that a significant difference is that ServiceStack.Redis is a commercially-supported product with limitations for free use (See free-quotas).
On the other hand, StackExchange.Redis has no limitations and is under MIT license.
 
    
    
        thepirat000
        
- 12,362
- 4
- 46
- 72
- 
                    Thanks for the update. Actually i wanted to know which one is more performant and on what basis. Also the features which distinguish them – sourav Jan 13 '16 at 06:48
