- 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.
推薦閱讀
- Intel Galileo Essentials
- Python科學計算(第2版)
- Learning Real-time Processing with Spark Streaming
- Twilio Best Practices
- DevOps入門與實踐
- Mastering Python Scripting for System Administrators
- Python測試開發(fā)入門與實踐
- Learn Swift by Building Applications
- 學Python也可以這么有趣
- Python完全自學教程
- Java Web程序設計任務教程
- C程序設計實踐教程
- Instant Nancy Web Development
- Learning Apache Cassandra
- Xcode 6 Essentials