Redis (which stands for REmote DIctionary Server) is an open source, in-memory NoSql database that uses key/value pairs to store data. Although Redis can be used as a stand alone database, it is often combined with other databases to improve performance. Redis excels in applications where live,...