From 6feff02509735a63a6534c5c8fdec90740c4e13e Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Mon, 2 Jan 2023 09:36:55 +0200 Subject: [PATCH] Including startup instructions via redis-stack docker --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 416928c688..413840b234 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ Looking for a high-level library to handle object mapping? See [redis-om-node](h ### Basic Example +Consider installing redis via docker: + +```bash +docker run -p 6379:6379 -it redis/redis-stack:latest +``` + ```typescript import { createClient } from 'redis';