GeoMember

@author Paulo Lopes

Name

Type

Description

latitude

Number (Double)

Set Latitude as per EPSG:900913 / EPSG:3785 / OSGEO:41001

longitude

Number (Double)

Set Longitude as per EPSG:900913 / EPSG:3785 / OSGEO:41001

member

String

Set the member name.

GeoRadiusOptions

@author Paulo Lopes

Name

Type

Description

count

Number (Long)

Set the radius options limit the result count.

withCoord

Boolean

Set the radius options to be coordinate based.

withDist

Boolean

Set the radius options to be distance based.

withHash

Boolean

Set the radius options to be hash based.

KillFilter

@author Marko Strukelj

Name

Type

Description

addr

String

Set ADDR filter

id

String

Set ID filter

skipme

Boolean

Set SKIPME filter

type

Type

Set TYPE filter

LimitOptions

@author Marko Strukelj

Name

Type

Description

MigrateOptions

@author Marko Strukelj

Name

Type

Description

RangeLimitOptions

@author Marko Strukelj

Name

Type

Description

RedisOptions

This object controls the connection setting to the Redis Server. There is no need to specify most of the settings since it has built the following sensible defaults: * `encoding`: `UTF-8` * `host`: `localhost` * `port`: 6379 * `tcpKeepAlive`: true * `tcpNoDelay`: true However there are two extra properties that have no defaults since they are optional: * `auth` * `select` The usage of this two extra properties is to setup required authentication and optionally the selection of the active database at connection time. If you define this extra properties on every connection to Redis server this client will perform the authentication handshake and database selection, however if you don't do this and call link yourself in case of connection failure the client will not be able to perform the correct authentication handshake.

Name

Type

Description

address

String

Set the eventbus address prefix for `PUB/SUB`.

auth

String

Set the password for authentication at connection time.

encoding

String

Set the user defined character encoding, e.g.: `iso-8859-1`.

host

String

Set the host name where the Redis server is listening.

port

Number (int)

Set the tcp port where the Redis server is listening.

select

Number (Integer)

Set the database to select at connection time.

tcpKeepAlive

Boolean

Set the TCP KeepAlive option

tcpNoDelay

Boolean

Set the TCP NoDelay at the socket level.

ScanOptions

@author Marko Strukelj

Name

Type

Description

count

Number (int)

-

match

String

-

SetOptions

@author Marko Strukelj

Name

Type

Description

ex

Number (long)

-

nx

Boolean

-

px

Number (long)

-

xx

Boolean

-

SortOptions

@author Marko Strukelj

Name

Type

Description

by

String

-

gets

Array of String

-

store

String

-