Module: vertx-redis-js/redis

Classes

Redis

Methods

(static) Redis.createClient(vertx, options) → {Redis}

Create a new redis client using the given client options.
Parameters:
Name Type Description
vertx Vertx the vertx instance
options Object the user provided options
Source:
Returns:
the client
Type
Redis