0.0.21 • Published 11 months ago

monosize-storage-upstash v0.0.21

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

Install

# yarn
yarn add --dev monosize-storage-upstash

# npm
npm install --save-dev monosize-storage-upstash

Usage

  • Create an account on Upstash
  • Create a Redis database
  • Collect REST URL (UPSTASH_REDIS_REST_URL) and a read-only token (UPSTASH_REDIS_REST_TOKEN)
  • Update monosize.config.mjs

Configuration

import upstashStorage from 'monosize-storage-upstash';

export default {
  repository: 'https://github.com/ORG/REPO',
  storage: upstashStorage({
    url: 'REST URL (UPSTASH_REDIS_REST_URL)',
    readonlyToken: 'Readonly token (UPSTASH_REDIS_REST_TOKEN)',
  }),
};
0.0.20

1 year ago

0.0.21

11 months ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.3

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago