3.8.3 • Published 5 years ago

@vertx/redis v3.8.3

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
5 years ago

npm (scoped) npm

Generated JavaScript bindings for Eclipse Vert.x.

Documentation

Usage

Import the required API/Enum/DataObject and profit!

// Base API
const Api = require('@vertx/redis');
// Base ENUMs
const Enums = require('@vertx/redis/enums');
// DataObject's
const Options = require('@vertx/redis/options');

// refer to the API docs for specific help...

// your code here!!!

Typescript

This package includes Typescript typedefinitions and your IDE should find then automatically.

When working in a project you can enable type hinting for the runtime as:

/// <definition types="es4x.d.ts" />
// @ts-check

// your TypeScript code here...

Links

3.8.3

5 years ago

3.8.2

5 years ago

3.8.1

5 years ago

3.8.0

5 years ago

3.7.1

5 years ago

3.7.0

6 years ago

3.6.3

6 years ago

3.6.2

6 years ago

3.6.0

6 years ago