Articles in this series
Redis For Javascript | Part 5 ยท Redis Pipelining is a technique that helps to reduce the round-trip time between the Redis server and the client. In this...
Redis For Javascript | part 4 ยท Redis allows us to upload and execute Lua scripts on the server. As these scripts are executed on the server, it makes...
Redis For Javascript | part 3 ยท node_redis node_redis is a modern, high-performance Redis client for Node.js. It has over 3,658,902 Weekly Downloads and...
Redis For Javascript | part 2 ยท Now that we have written our first javascript program to connect to Redis and save some data to Redis. Time to move...
Redis For Javascript | part 1 ยท Introduction to Redis Redis is an open-source, in-memory, and single-threaded database used for cache, message broker,...