Class RedisClient

A redis client with connection pooling.

Inherits from

  • Object (base class)

Constructors

Name Description
this

Properties

Name Type Description
redisVersion [get] string Returns Redis version
selectedDB [get] RedisDatabase

Methods

Name Description
auth
configResetStat
echo
flushAll
flushDB
getConfig
getDatabase Returns a handle to the given database.
info
lastSave
ping
quit
save
select
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.