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.

Installing Redis on Windows

Microsoft Open Tech group has ported Redis and maintains it for win32/win64 machines. There are two ways in which ...

Get Learning Redis now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.