- Learning Redis
- Vinoo Das
- 87字
- 2021-07-16 14:08:31
Summary
Redis is a simple key-value oriented NoSQL, which can be used as a cache server and as a persistence server. This chapter showcased how simple it is to install Redis in multiple environments, including Windows (Redis can also be used in cloud environments, such as Amazon EC2). The installation for Windows should be used for development and sampling purposes only.
Redis has an interesting set of data structures, and it is sometimes called the data structure server. The next chapter will cover data structure in detail.
推薦閱讀
- AngularJS Testing Cookbook
- .NET 4.0面向對象編程漫談:基礎篇
- Groovy for Domain:specific Languages(Second Edition)
- Bootstrap Essentials
- 程序是怎樣跑起來的(第3版)
- 網站構建技術
- 劍指MySQL:架構、調優與運維
- Node.js全程實例
- 青少年學Python(第1冊)
- Learning Concurrent Programming in Scala
- Lighttpd源碼分析
- Microsoft Azure Storage Essentials
- Babylon.js Essentials
- Xcode 6 Essentials
- Microsoft HoloLens By Example