Class RedisClient
A redis client with connection pooling.
Inherits from
-
(base class)Object
Constructors
Name | Description |
---|---|
this
|
Properties
Name | Type | Description |
---|---|---|
redisVersion
[get]
|
string |
Returns Redis version |
selectedDB
[get, set]
|
RedisDatabase |
will get deprecated in 0.7.20 |
Methods
Name | Description |
---|---|
auth
|
|
configResetStat
|
|
echo
|
|
flushAll
|
|
flushDB
|
|
getConfig
|
|
getDatabase
|
Returns a handle to the given database. |
info
|
|
lastSave
|
|
ping
|
|
quit
|
|
save
|
|
select
|
will get deprecated in 0.7.20 |
setConfig
|
|
shutdown
|
|
slaveOf
|
Authors
Jan Krüger
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.