5.0.4 • Published 1 year ago

@airswap/stores v5.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Stores

Storage for Indexing

Discord License Twitter Follow

Resources

Usage

Add the package to your project:

yarn add @airswap/stores

Import into your application:

import { Redis } from '@airswap/stores';
const store = new Redis(process.env.REDISCLOUD_URL)

Dockerized Redis for local development:

docker run -p 6379:6379 --name redis-stack redis/redis-stack:latest

Flush and create Redis indexes:

yarn compile; yarn redis:init

Commands

CommandDescription
yarnInstall dependencies
yarn cleanDelete the contract build folder
yarn compileCompile all contracts to build folder
yarn testRun all tests in the test folder
5.0.4

1 year ago

5.0.3

1 year ago

5.0.2

1 year ago

5.0.1

1 year ago

5.0.0

1 year ago

4.3.4

1 year ago

4.3.3

2 years ago

4.3.2

2 years ago

4.3.1

2 years ago

4.3.0

2 years ago

4.2.5

2 years ago

4.2.6

2 years ago

4.2.3

2 years ago

4.2.2

2 years ago

4.2.4

2 years ago

4.2.1

2 years ago

4.2.0

2 years ago