0.0.16 • Published 2 months ago

monosize-storage-upstash v0.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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.16

2 months ago

0.0.15

2 months ago

0.0.14

3 months ago

0.0.13

3 months ago

0.0.11

5 months ago

0.0.12

5 months ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.3

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago