1.60.10 • Published 11 months ago

@nexrender/database-redis v1.60.10

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Database: Redis

Redis database provider for @nexrender/server.

Installation

npm i @nexrender/database-redis -g

Configuration

In order to use this, NEXRENDER_DATABASE_PROVIDER needs to be set to redis. Also you can define the number of keys to retrieve in a single iteration during the SCAN operation using SCAN_CHUNK_SIZE. Default is 10.

export NEXRENDER_DATABASE_PROVIDER="redis"
export REDIS_URL="redis://localhost:6379"
export SCAN_CHUNK_SIZE="100"
1.60.10

11 months ago

1.45.6

2 years ago

1.43.0

3 years ago

1.38.0

4 years ago

1.38.1

4 years ago

1.37.3

4 years ago

1.37.4

4 years ago

1.28.0

5 years ago