1.4.6 • Published 6 months ago

@zthun/dalmart-redis v1.4.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Dalmart Redis

This package supplies the implementation for a dalmart layer that connects to a redis database.

Installation

npm install @zthun/dalmart-redis
yarn add @zthun/dalmart-redis

Usage

import { IZDatabaseDocument, ZDatabaseOptionsBuilder } from '@zthun/dalmart-db';
import { ZDatabaseRedis } from '@zthun/dalmart-redis';

const options = new ZDatabaseOptionsBuilder().url('redis://my-redis.url:1123').timeout(45000).build();
const database: IZDatabaseMemory = new ZDatabaseRedis(options);

// Do things with database.
1.4.6

6 months ago

1.4.5

6 months ago

1.4.4

8 months ago

1.4.3

8 months ago

1.4.2

12 months ago

1.4.1

1 year ago

1.3.0

1 year ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.1.0

2 years ago