Redis

Redis

Redis is an open source in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams.

New Redis Tutorials
View all
  • Freddie

    How to Install Redis on MacOS with Curl

    Redis a fantastic free and open-source in-memory key-value database that can be used to cache your web app to improve both performance and resource consumption. Today I will go over how we can install and run Redis locally on your Mac. Installing Redis for macOS is not as straight for

    0
  • Freddie

    How to Install & Setup Redis for Dokku

    Redis is a free and open-source in-memory data store which can be used as cache or in same cases even a database. Redis is super simple to install if you manage your applications with your own Dokku PaaS (Platform as a Service). In today's tutorial I will show you how we can install a

    0
  • Freddie

    How to Cache Django REST Framework with Redis

    Django REST Framework is an awesome package that will aid you in writing REST APIs faster with Django and Python. Though Django REST Framework has many strengths, performance out-of-the-box might not be one of them. However, there are many ways to fix that, and one of them is caching.

    0
New Redis Podcasts
View all
New Redis Videos
View all
New Redis Questions
View all
New Redis Books
View all
New Redis Courses
View all