5.0.0 • Published 10 months ago

@airswap/stores v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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.0

10 months ago

4.3.4

12 months ago

4.3.3

1 year ago

4.3.2

1 year ago

4.3.1

1 year ago

4.3.0

1 year ago

4.2.5

1 year ago

4.2.6

1 year ago

4.2.3

1 year ago

4.2.2

1 year ago

4.2.4

1 year ago

4.2.1

1 year ago

4.2.0

1 year ago