1125 Views
Redis (REmote DIctionary Server) is an advanced key-value store written in C. It can be used like memcached, in front of a traditional database, or on its own thanks to the fact that the in-memory datasets is not volatile, and values can be strings, but also lists, sets, and ordered sets and can be persisted on disk. Do you want to use in your ASP.NET environment? Let's download the twitter clone example with the C# redis client libabry from the article!
0 comments