- Learning Redis
- Vinoo Das
- 99字
- 2021-07-16 14:08:30
Chapter 2. Getting Started with Redis
Redis is a key-value-based NoSQL datastore developed by Salvatore Sanfilippo, launched in 2009. The name Redis comes from REmote DIctionary Server. Redis is a high-performing single thread server in C.
Redis can be installed on all POSIX-compliant Unix systems. Though there is no production grade release of a Windows system, it can still be installed in a Windows environment for development purposes. In this chapter, we will install Redis in Windows and Mac OS environments, write programs in Java, and play with the in-built client that comes along with the distribution.
推薦閱讀
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- 深入淺出DPDK
- Bootstrap Essentials
- Visual C++應用開發
- Oracle JDeveloper 11gR2 Cookbook
- Mathematica Data Analysis
- WordPress 4.0 Site Blueprints(Second Edition)
- Unity UI Cookbook
- Tableau 10 Bootcamp
- Java Web開發就該這樣學
- 微信小程序開發與實戰(微課版)
- Python項目實戰從入門到精通
- Python Essentials
- Visual Studio Code 權威指南
- Learning Splunk Web Framework