1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-09 21:21:11 +03:00

Including startup instructions via redis-stack docker

This commit is contained in:
Chayim I. Kirshen
2023-01-02 09:36:55 +02:00
parent c5b6f77c33
commit 6feff02509

View File

@@ -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';