diff --git a/docs/doctum-search.json b/docs/doctum-search.json
index 20e66a1b..7abab7df 100644
--- a/docs/doctum-search.json
+++ b/docs/doctum-search.json
@@ -1 +1 @@
-{"items":[{"t":"C","n":"Redis","p":"Redis.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisArray","p":"RedisArray.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisCluster","p":"RedisCluster.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisClusterException","p":"RedisClusterException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisException","p":"RedisException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisSentinel","p":"RedisSentinel.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"M","n":"Redis::__construct","p":"Redis.html#method___construct","d":"Create a new Redis instance. If passed sufficient information in the\noptions array it is also possible to connect to an instance at the same\ntime.
"},{"t":"M","n":"Redis::__destruct","p":"Redis.html#method___destruct","d":null},{"t":"M","n":"Redis::_compress","p":"Redis.html#method__compress","d":"Compress a value with the currently configured compressor as set with\nRedis::setOption().
"},{"t":"M","n":"Redis::_uncompress","p":"Redis.html#method__uncompress","d":"Uncompress the provided argument that has been compressed with the\ncurrently configured compressor as set with Redis::setOption().
"},{"t":"M","n":"Redis::_prefix","p":"Redis.html#method__prefix","d":"Prefix the passed argument with the currently set key prefix as set\nwith Redis::setOption().
"},{"t":"M","n":"Redis::_serialize","p":"Redis.html#method__serialize","d":"Serialize the provided value with the currently set serializer as set\nwith Redis::setOption().
"},{"t":"M","n":"Redis::_unserialize","p":"Redis.html#method__unserialize","d":"Unserialize the passed argument with the currently set serializer as set\nwith Redis::setOption().
"},{"t":"M","n":"Redis::_pack","p":"Redis.html#method__pack","d":"Pack the provided value with the configured serializer and compressor\nas set with Redis::setOption().
"},{"t":"M","n":"Redis::_unpack","p":"Redis.html#method__unpack","d":"Unpack the provided value with the configured compressor and serializer\nas set with Redis::setOption().
"},{"t":"M","n":"Redis::acl","p":"Redis.html#method_acl","d":null},{"t":"M","n":"Redis::append","p":"Redis.html#method_append","d":"Append data to a Redis STRING key.
"},{"t":"M","n":"Redis::auth","p":"Redis.html#method_auth","d":"Authenticate a Redis connection after its been established.
"},{"t":"M","n":"Redis::bgSave","p":"Redis.html#method_bgSave","d":"Execute a save of the Redis database in the background.
"},{"t":"M","n":"Redis::bgrewriteaof","p":"Redis.html#method_bgrewriteaof","d":"Asynchronously rewrite Redis' append-only file
"},{"t":"M","n":"Redis::bitcount","p":"Redis.html#method_bitcount","d":"Count the number of set bits in a Redis string.
"},{"t":"M","n":"Redis::bitop","p":"Redis.html#method_bitop","d":null},{"t":"M","n":"Redis::bitpos","p":"Redis.html#method_bitpos","d":"Return the position of the first bit set to 0 or 1 in a string.
"},{"t":"M","n":"Redis::blPop","p":"Redis.html#method_blPop","d":"Pop an element off the beginning of a Redis list or lists, potentially blocking up to a specified\ntimeout. This method may be called in two distinct ways, of which examples are provided below.
"},{"t":"M","n":"Redis::brPop","p":"Redis.html#method_brPop","d":"Pop an element off of the end of a Redis list or lists, potentially blocking up to a specified timeout.
"},{"t":"M","n":"Redis::brpoplpush","p":"Redis.html#method_brpoplpush","d":"Pop an element from the end of a Redis list, pushing it to the beginning of another Redis list,\noptionally blocking up to a specified timeout.
"},{"t":"M","n":"Redis::bzPopMax","p":"Redis.html#method_bzPopMax","d":"POP the maximum scoring element off of one or more sorted sets, blocking up to a specified\ntimeout if no elements are available.
"},{"t":"M","n":"Redis::bzPopMin","p":"Redis.html#method_bzPopMin","d":"POP the minimum scoring element off of one or more sorted sets, blocking up to a specified timeout\nif no elements are available
"},{"t":"M","n":"Redis::bzmpop","p":"Redis.html#method_bzmpop","d":"POP one or more elements from one or more sorted sets, blocking up to a specified amount of time\nwhen no elements are available.
"},{"t":"M","n":"Redis::zmpop","p":"Redis.html#method_zmpop","d":"POP one or more of the highest or lowest scoring elements from one or more sorted sets.
"},{"t":"M","n":"Redis::blmpop","p":"Redis.html#method_blmpop","d":"Pop one or more elements from one or more Redis LISTs, blocking up to a specified timeout when\nno elements are available.
"},{"t":"M","n":"Redis::lmpop","p":"Redis.html#method_lmpop","d":"Pop one or more elements off of one or more Redis LISTs.
"},{"t":"M","n":"Redis::clearLastError","p":"Redis.html#method_clearLastError","d":"Reset any last error on the connection to NULL
"},{"t":"M","n":"Redis::client","p":"Redis.html#method_client","d":null},{"t":"M","n":"Redis::close","p":"Redis.html#method_close","d":null},{"t":"M","n":"Redis::command","p":"Redis.html#method_command","d":null},{"t":"M","n":"Redis::config","p":"Redis.html#method_config","d":"Execute the Redis CONFIG command in a variety of ways.
"},{"t":"M","n":"Redis::connect","p":"Redis.html#method_connect","d":null},{"t":"M","n":"Redis::copy","p":"Redis.html#method_copy","d":"Make a copy of a key.
"},{"t":"M","n":"Redis::dbSize","p":"Redis.html#method_dbSize","d":"Return the number of keys in the currently selected Redis database.
"},{"t":"M","n":"Redis::debug","p":"Redis.html#method_debug","d":null},{"t":"M","n":"Redis::decr","p":"Redis.html#method_decr","d":"Decrement a Redis integer by 1 or a provided value.
"},{"t":"M","n":"Redis::decrBy","p":"Redis.html#method_decrBy","d":"Decrement a redis integer by a value
"},{"t":"M","n":"Redis::del","p":"Redis.html#method_del","d":"Delete one or more keys from Redis.
"},{"t":"M","n":"Redis::delete","p":"Redis.html#method_delete","d":""},{"t":"M","n":"Redis::discard","p":"Redis.html#method_discard","d":"Discard a transaction currently in progress.
"},{"t":"M","n":"Redis::dump","p":"Redis.html#method_dump","d":"Dump Redis' internal binary representation of a key.
"},{"t":"M","n":"Redis::echo","p":"Redis.html#method_echo","d":"Have Redis repeat back an arbitrary string to the client.
"},{"t":"M","n":"Redis::eval","p":"Redis.html#method_eval","d":"Execute a LUA script on the redis server.
"},{"t":"M","n":"Redis::eval_ro","p":"Redis.html#method_eval_ro","d":"This is simply the read-only variant of eval, meaning the underlying script\nmay not modify data in redis.
"},{"t":"M","n":"Redis::evalsha","p":"Redis.html#method_evalsha","d":"Execute a LUA script on the server but instead of sending the script, send\nthe SHA1 hash of the script.
"},{"t":"M","n":"Redis::evalsha_ro","p":"Redis.html#method_evalsha_ro","d":"This is simply the read-only variant of evalsha, meaning the underlying script\nmay not modify data in redis.
"},{"t":"M","n":"Redis::exec","p":"Redis.html#method_exec","d":"Execute either a MULTI or PIPELINE block and return the array of replies.
"},{"t":"M","n":"Redis::exists","p":"Redis.html#method_exists","d":"Test if one or more keys exist.
"},{"t":"M","n":"Redis::expire","p":"Redis.html#method_expire","d":"Sets an expiration in seconds on the key in question. If connected to\nredis-server >= 7.0.0 you may send an additional "mode" argument which\nmodifies how the command will execute.
"},{"t":"M","n":"Redis::expireAt","p":"Redis.html#method_expireAt","d":"Set a key to expire at an exact unix timestamp.
"},{"t":"M","n":"Redis::failover","p":"Redis.html#method_failover","d":null},{"t":"M","n":"Redis::expiretime","p":"Redis.html#method_expiretime","d":"Get the expiration of a given key as a unix timestamp
"},{"t":"M","n":"Redis::pexpiretime","p":"Redis.html#method_pexpiretime","d":"Get the expriation timestamp of a given Redis key but in milliseconds.
"},{"t":"M","n":"Redis::flushAll","p":"Redis.html#method_flushAll","d":"Deletes every key in all Redis databases
"},{"t":"M","n":"Redis::flushDB","p":"Redis.html#method_flushDB","d":"Deletes all the keys of the currently selected database.
"},{"t":"M","n":"Redis::geoadd","p":"Redis.html#method_geoadd","d":"Add one or more members to a geospacial sorted set
"},{"t":"M","n":"Redis::geodist","p":"Redis.html#method_geodist","d":"Get the distance between two members of a geospacially encoded sorted set.
"},{"t":"M","n":"Redis::geohash","p":"Redis.html#method_geohash","d":"Retrieve one or more GeoHash encoded strings for members of the set.
"},{"t":"M","n":"Redis::geopos","p":"Redis.html#method_geopos","d":"Return the longitude and lattitude for one or more members of a geospacially encoded sorted set.
"},{"t":"M","n":"Redis::georadius","p":"Redis.html#method_georadius","d":"Retrieve members of a geospacially sorted set that are within a certain radius of a location.
"},{"t":"M","n":"Redis::georadius_ro","p":"Redis.html#method_georadius_ro","d":"A readonly variant of GEORADIUS that may be executed on replicas.
"},{"t":"M","n":"Redis::georadiusbymember","p":"Redis.html#method_georadiusbymember","d":"Similar to GEORADIUS except it uses a member as the center of the query.
"},{"t":"M","n":"Redis::georadiusbymember_ro","p":"Redis.html#method_georadiusbymember_ro","d":"This is the read-only variant of GEORADIUSBYMEMBER that can be run on replicas.
"},{"t":"M","n":"Redis::geosearch","p":"Redis.html#method_geosearch","d":"Search a geospacial sorted set for members in various ways.
"},{"t":"M","n":"Redis::geosearchstore","p":"Redis.html#method_geosearchstore","d":"Search a geospacial sorted set for members within a given area or range, storing the results into\na new set.
"},{"t":"M","n":"Redis::get","p":"Redis.html#method_get","d":"Retrieve a string keys value.
"},{"t":"M","n":"Redis::getAuth","p":"Redis.html#method_getAuth","d":"Get the authentication information on the connection, if any.
"},{"t":"M","n":"Redis::getBit","p":"Redis.html#method_getBit","d":"Get the bit at a given index in a string key.
"},{"t":"M","n":"Redis::getEx","p":"Redis.html#method_getEx","d":"Get the value of a key and optionally set it's expiration.
"},{"t":"M","n":"Redis::getDBNum","p":"Redis.html#method_getDBNum","d":"Get the database number PhpRedis thinks we're connected to.
"},{"t":"M","n":"Redis::getDel","p":"Redis.html#method_getDel","d":"Get a key from Redis and delete it in an atomic operation.
"},{"t":"M","n":"Redis::getHost","p":"Redis.html#method_getHost","d":"Return the host or Unix socket we are connected to.
"},{"t":"M","n":"Redis::getLastError","p":"Redis.html#method_getLastError","d":"Get the last error returned to us from Redis, if any.
"},{"t":"M","n":"Redis::getMode","p":"Redis.html#method_getMode","d":"Returns whether the connection is in ATOMIC, MULTI, or PIPELINE mode
"},{"t":"M","n":"Redis::getOption","p":"Redis.html#method_getOption","d":"Retrieve the value of a configuration setting as set by Redis::setOption()
"},{"t":"M","n":"Redis::getPersistentID","p":"Redis.html#method_getPersistentID","d":"Get the persistent connection ID, if there is one.
"},{"t":"M","n":"Redis::getPort","p":"Redis.html#method_getPort","d":"Get the port we are connected to. This number will be zero if we are connected to a unix socket.
"},{"t":"M","n":"Redis::getRange","p":"Redis.html#method_getRange","d":"Retrieve a substring of a string by index.
"},{"t":"M","n":"Redis::lcs","p":"Redis.html#method_lcs","d":"Get the longest common subsequence between two string keys.
"},{"t":"M","n":"Redis::getReadTimeout","p":"Redis.html#method_getReadTimeout","d":"Get the currently set read timeout on the connection.
"},{"t":"M","n":"Redis::getset","p":"Redis.html#method_getset","d":"Sets a key and returns any previously set value, if the key already existed.
"},{"t":"M","n":"Redis::getTimeout","p":"Redis.html#method_getTimeout","d":"Retrieve any set connection timeout
"},{"t":"M","n":"Redis::getTransferredBytes","p":"Redis.html#method_getTransferredBytes","d":null},{"t":"M","n":"Redis::hDel","p":"Redis.html#method_hDel","d":"Remove one or more fields from a hash.
"},{"t":"M","n":"Redis::hExists","p":"Redis.html#method_hExists","d":"Checks whether a field exists in a hash.
"},{"t":"M","n":"Redis::hGet","p":"Redis.html#method_hGet","d":null},{"t":"M","n":"Redis::hGetAll","p":"Redis.html#method_hGetAll","d":"Read every field and value from a hash.
"},{"t":"M","n":"Redis::hIncrBy","p":"Redis.html#method_hIncrBy","d":"Increment a hash field's value by an integer
"},{"t":"M","n":"Redis::hIncrByFloat","p":"Redis.html#method_hIncrByFloat","d":"Increment a hash field by a floating point value
"},{"t":"M","n":"Redis::hKeys","p":"Redis.html#method_hKeys","d":"Retrieve all of the fields of a hash.
"},{"t":"M","n":"Redis::hLen","p":"Redis.html#method_hLen","d":"Get the number of fields in a hash.
"},{"t":"M","n":"Redis::hMget","p":"Redis.html#method_hMget","d":"Get one or more fields from a hash.
"},{"t":"M","n":"Redis::hMset","p":"Redis.html#method_hMset","d":"Add or update one or more hash fields and values
"},{"t":"M","n":"Redis::hRandField","p":"Redis.html#method_hRandField","d":"Get one or more random field from a hash.
"},{"t":"M","n":"Redis::hSet","p":"Redis.html#method_hSet","d":null},{"t":"M","n":"Redis::hSetNx","p":"Redis.html#method_hSetNx","d":"Set a hash field and value, but only if that field does not exist
"},{"t":"M","n":"Redis::hStrLen","p":"Redis.html#method_hStrLen","d":"Get the string length of a hash field
"},{"t":"M","n":"Redis::hVals","p":"Redis.html#method_hVals","d":"Get all of the values from a hash.
"},{"t":"M","n":"Redis::hscan","p":"Redis.html#method_hscan","d":"Iterate over the fields and values of a hash in an incremental fashion.
"},{"t":"M","n":"Redis::incr","p":"Redis.html#method_incr","d":"Increment a key's value, optionally by a specifc amount.
"},{"t":"M","n":"Redis::incrBy","p":"Redis.html#method_incrBy","d":"Increment a key by a specific integer value
"},{"t":"M","n":"Redis::incrByFloat","p":"Redis.html#method_incrByFloat","d":"Increment a numeric key by a floating point value.
"},{"t":"M","n":"Redis::info","p":"Redis.html#method_info","d":"Retrieve information about the connected redis-server. If no arguments are passed to\nthis function, redis will return every info field. Alternatively you may pass a specific\nsection you want returned (e.g. 'server', or 'memory') to receive only information pertaining\nto that section.
"},{"t":"M","n":"Redis::isConnected","p":"Redis.html#method_isConnected","d":"Check if we are currently connected to a Redis instance.
"},{"t":"M","n":"Redis::keys","p":"Redis.html#method_keys","d":""},{"t":"M","n":"Redis::lInsert","p":"Redis.html#method_lInsert","d":""},{"t":"M","n":"Redis::lLen","p":"Redis.html#method_lLen","d":"Retrieve the lenght of a list.
"},{"t":"M","n":"Redis::lMove","p":"Redis.html#method_lMove","d":"Move an element from one list into another.
"},{"t":"M","n":"Redis::lPop","p":"Redis.html#method_lPop","d":"Pop one or more elements off a list.
"},{"t":"M","n":"Redis::lPos","p":"Redis.html#method_lPos","d":"Retrieve the index of an element in a list.
"},{"t":"M","n":"Redis::lPush","p":"Redis.html#method_lPush","d":"Prepend one or more elements to a list.
"},{"t":"M","n":"Redis::rPush","p":"Redis.html#method_rPush","d":"Append one or more elements to a list.
"},{"t":"M","n":"Redis::lPushx","p":"Redis.html#method_lPushx","d":"Prepend an element to a list but only if the list exists
"},{"t":"M","n":"Redis::rPushx","p":"Redis.html#method_rPushx","d":"Append an element to a list but only if the list exists
"},{"t":"M","n":"Redis::lSet","p":"Redis.html#method_lSet","d":"Set a list element at an index to a specific value.
"},{"t":"M","n":"Redis::lastSave","p":"Redis.html#method_lastSave","d":"Retrieve the last time Redis' database was persisted to disk.
"},{"t":"M","n":"Redis::lindex","p":"Redis.html#method_lindex","d":"Get the element of a list by its index.
"},{"t":"M","n":"Redis::lrange","p":"Redis.html#method_lrange","d":"Retrieve elements from a list.
"},{"t":"M","n":"Redis::lrem","p":"Redis.html#method_lrem","d":"Remove one or more matching elements from a list.
"},{"t":"M","n":"Redis::ltrim","p":"Redis.html#method_ltrim","d":"Trim a list to a subrange of elements.
"},{"t":"M","n":"Redis::mget","p":"Redis.html#method_mget","d":"Get one ore more string keys.
"},{"t":"M","n":"Redis::migrate","p":"Redis.html#method_migrate","d":null},{"t":"M","n":"Redis::move","p":"Redis.html#method_move","d":"Move a key to a different database on the same redis instance.
"},{"t":"M","n":"Redis::mset","p":"Redis.html#method_mset","d":"Set one ore more string keys.
"},{"t":"M","n":"Redis::msetnx","p":"Redis.html#method_msetnx","d":"Set one ore more string keys but only if none of the key exist.
"},{"t":"M","n":"Redis::multi","p":"Redis.html#method_multi","d":"Begin a transaction.
"},{"t":"M","n":"Redis::object","p":"Redis.html#method_object","d":null},{"t":"M","n":"Redis::open","p":"Redis.html#method_open","d":""},{"t":"M","n":"Redis::pconnect","p":"Redis.html#method_pconnect","d":null},{"t":"M","n":"Redis::persist","p":"Redis.html#method_persist","d":"Remove the expiration from a key.
"},{"t":"M","n":"Redis::pexpire","p":"Redis.html#method_pexpire","d":"Sets an expiration in milliseconds on a given key. If connected to Redis >= 7.0.0\nyou can pass an optional mode argument that modifies how the command will execute.
"},{"t":"M","n":"Redis::pexpireAt","p":"Redis.html#method_pexpireAt","d":"Set a key's expiration to a specific Unix Timestamp in milliseconds. If connected to\nRedis >= 7.0.0 you can pass an optional 'mode' argument.
"},{"t":"M","n":"Redis::pfadd","p":"Redis.html#method_pfadd","d":"Add one or more elements to a Redis HyperLogLog key
"},{"t":"M","n":"Redis::pfcount","p":"Redis.html#method_pfcount","d":"Retrieve the cardinality of a Redis HyperLogLog key.
"},{"t":"M","n":"Redis::pfmerge","p":"Redis.html#method_pfmerge","d":"Merge one or more source HyperLogLog sets into a destination set.
"},{"t":"M","n":"Redis::ping","p":"Redis.html#method_ping","d":"PING the redis server with an optional string argument.
"},{"t":"M","n":"Redis::pipeline","p":"Redis.html#method_pipeline","d":"Enter into pipeline mode.
"},{"t":"M","n":"Redis::popen","p":"Redis.html#method_popen","d":""},{"t":"M","n":"Redis::psetex","p":"Redis.html#method_psetex","d":"Set a key with an expiration time in milliseconds
"},{"t":"M","n":"Redis::psubscribe","p":"Redis.html#method_psubscribe","d":"Subscribe to one or more glob-style patterns
"},{"t":"M","n":"Redis::pttl","p":"Redis.html#method_pttl","d":"Get a keys time to live in milliseconds.
"},{"t":"M","n":"Redis::publish","p":"Redis.html#method_publish","d":"Publish a message to a pubsub channel
"},{"t":"M","n":"Redis::pubsub","p":"Redis.html#method_pubsub","d":null},{"t":"M","n":"Redis::punsubscribe","p":"Redis.html#method_punsubscribe","d":"Unsubscribe from one or more channels by pattern
"},{"t":"M","n":"Redis::rPop","p":"Redis.html#method_rPop","d":"Pop one or more elements from the end of a list.
"},{"t":"M","n":"Redis::randomKey","p":"Redis.html#method_randomKey","d":"Return a random key from the current database
"},{"t":"M","n":"Redis::rawcommand","p":"Redis.html#method_rawcommand","d":"Execute any arbitrary Redis command by name.
"},{"t":"M","n":"Redis::rename","p":"Redis.html#method_rename","d":"Unconditionally rename a key from $old_name to $new_name
"},{"t":"M","n":"Redis::renameNx","p":"Redis.html#method_renameNx","d":"Renames $key_src to $key_dst but only if newkey does not exist.
"},{"t":"M","n":"Redis::reset","p":"Redis.html#method_reset","d":"Reset the state of the connection.
"},{"t":"M","n":"Redis::restore","p":"Redis.html#method_restore","d":"Restore a key by the binary payload generated by the DUMP command.
"},{"t":"M","n":"Redis::role","p":"Redis.html#method_role","d":"Query whether the connected instance is a primary or replica
"},{"t":"M","n":"Redis::rpoplpush","p":"Redis.html#method_rpoplpush","d":"Atomically pop an element off the end of a Redis LIST and push it to the beginning of\nanother.
"},{"t":"M","n":"Redis::sAdd","p":"Redis.html#method_sAdd","d":"Add one or more values to a Redis SET key.
"},{"t":"M","n":"Redis::sAddArray","p":"Redis.html#method_sAddArray","d":"Add one ore more values to a Redis SET key. This is an alternative to Redis::sadd() but\ninstead of being variadic, takes a single array of values.
"},{"t":"M","n":"Redis::sDiff","p":"Redis.html#method_sDiff","d":"Given one or more Redis SETS, this command returns all of the members from the first\nset that are not in any subsequent set.
"},{"t":"M","n":"Redis::sDiffStore","p":"Redis.html#method_sDiffStore","d":"This method performs the same operation as SDIFF except it stores the resulting diff\nvalues in a specified destination key.
"},{"t":"M","n":"Redis::sInter","p":"Redis.html#method_sInter","d":"Given one or more Redis SET keys, this command will return all of the elements that are\nin every one.
"},{"t":"M","n":"Redis::sintercard","p":"Redis.html#method_sintercard","d":"Compute the intersection of one or more sets and return the cardinality of the result.
"},{"t":"M","n":"Redis::sInterStore","p":"Redis.html#method_sInterStore","d":"Perform the intersection of one or more Redis SETs, storing the result in a destination\nkey, rather than returning them.
"},{"t":"M","n":"Redis::sMembers","p":"Redis.html#method_sMembers","d":"Retrieve every member from a set key.
"},{"t":"M","n":"Redis::sMisMember","p":"Redis.html#method_sMisMember","d":"Check if one or more values are members of a set.
"},{"t":"M","n":"Redis::sMove","p":"Redis.html#method_sMove","d":"Pop a member from one set and push it onto another. This command will create the\ndestination set if it does not currently exist.
"},{"t":"M","n":"Redis::sPop","p":"Redis.html#method_sPop","d":"Remove one or more elements from a set.
"},{"t":"M","n":"Redis::sRandMember","p":"Redis.html#method_sRandMember","d":"Retrieve one or more random members of a set.
"},{"t":"M","n":"Redis::sUnion","p":"Redis.html#method_sUnion","d":"Returns the union of one or more Redis SET keys.
"},{"t":"M","n":"Redis::sUnionStore","p":"Redis.html#method_sUnionStore","d":"Perform a union of one or more Redis SET keys and store the result in a new set
"},{"t":"M","n":"Redis::save","p":"Redis.html#method_save","d":"Persist the Redis database to disk. This command will block the server until the save is\ncompleted. For a nonblocking alternative, see Redis::bgsave().
"},{"t":"M","n":"Redis::scan","p":"Redis.html#method_scan","d":"Incrementally scan the Redis keyspace, with optional pattern and type matching.
"},{"t":"M","n":"Redis::scard","p":"Redis.html#method_scard","d":"Retrieve the number of members in a Redis set.
"},{"t":"M","n":"Redis::script","p":"Redis.html#method_script","d":"An administrative command used to interact with LUA scripts stored on the server.
"},{"t":"M","n":"Redis::select","p":"Redis.html#method_select","d":"Select a specific Redis database.
"},{"t":"M","n":"Redis::set","p":"Redis.html#method_set","d":"Create or set a Redis STRING key to a value.
"},{"t":"M","n":"Redis::setBit","p":"Redis.html#method_setBit","d":"Set a specific bit in a Redis string to zero or one
"},{"t":"M","n":"Redis::setRange","p":"Redis.html#method_setRange","d":"Update or append to a Redis string at a specific starting index
"},{"t":"M","n":"Redis::setOption","p":"Redis.html#method_setOption","d":"Set a configurable option on the Redis object.
"},{"t":"M","n":"Redis::setex","p":"Redis.html#method_setex","d":"Set a Redis STRING key with a specific expiration in seconds.
"},{"t":"M","n":"Redis::setnx","p":"Redis.html#method_setnx","d":"Set a key to a value, but only if that key does not already exist.
"},{"t":"M","n":"Redis::sismember","p":"Redis.html#method_sismember","d":"Check whether a given value is the member of a Redis SET.
"},{"t":"M","n":"Redis::slaveof","p":"Redis.html#method_slaveof","d":"Turn a redis instance into a replica of another or promote a replica\nto a primary.
"},{"t":"M","n":"Redis::replicaof","p":"Redis.html#method_replicaof","d":"Used to turn a Redis instance into a replica of another, or to remove\nreplica status promoting the instance to a primary.
"},{"t":"M","n":"Redis::touch","p":"Redis.html#method_touch","d":"Update one or more keys last modified metadata.
"},{"t":"M","n":"Redis::slowlog","p":"Redis.html#method_slowlog","d":"Interact with Redis' slowlog functionality in various ways, depending\non the value of 'operation'.
"},{"t":"M","n":"Redis::sort","p":"Redis.html#method_sort","d":"Sort the contents of a Redis key in various ways.
"},{"t":"M","n":"Redis::sort_ro","p":"Redis.html#method_sort_ro","d":"This is simply a read-only variant of the sort command
"},{"t":"M","n":"Redis::sortAsc","p":"Redis.html#method_sortAsc","d":""},{"t":"M","n":"Redis::sortAscAlpha","p":"Redis.html#method_sortAscAlpha","d":""},{"t":"M","n":"Redis::sortDesc","p":"Redis.html#method_sortDesc","d":""},{"t":"M","n":"Redis::sortDescAlpha","p":"Redis.html#method_sortDescAlpha","d":""},{"t":"M","n":"Redis::srem","p":"Redis.html#method_srem","d":"Remove one or more values from a Redis SET key.
"},{"t":"M","n":"Redis::sscan","p":"Redis.html#method_sscan","d":"Scan the members of a redis SET key.
"},{"t":"M","n":"Redis::strlen","p":"Redis.html#method_strlen","d":"Retrieve the length of a Redis STRING key.
"},{"t":"M","n":"Redis::subscribe","p":"Redis.html#method_subscribe","d":"Subscribe to one or more Redis pubsub channels.
"},{"t":"M","n":"Redis::swapdb","p":"Redis.html#method_swapdb","d":"Atomically swap two Redis databases so that all of the keys in the source database will\nnow be in the destination database and vice-versa.
"},{"t":"M","n":"Redis::time","p":"Redis.html#method_time","d":"Retrieve the server time from the connected Redis instance.
"},{"t":"M","n":"Redis::ttl","p":"Redis.html#method_ttl","d":"Get the amount of time a Redis key has before it will expire, in seconds.
"},{"t":"M","n":"Redis::type","p":"Redis.html#method_type","d":"Get the type of a given Redis key.
"},{"t":"M","n":"Redis::unlink","p":"Redis.html#method_unlink","d":"Delete one or more keys from the Redis database. Unlike this operation, the actual\ndeletion is asynchronous, meaning it is safe to delete large keys without fear of\nRedis blocking for a long period of time.
"},{"t":"M","n":"Redis::unsubscribe","p":"Redis.html#method_unsubscribe","d":"Unsubscribe from one or more subscribed channels.
"},{"t":"M","n":"Redis::unwatch","p":"Redis.html#method_unwatch","d":"Remove any previously WATCH'ed keys in a transaction.
"},{"t":"M","n":"Redis::watch","p":"Redis.html#method_watch","d":"Watch one or more keys for conditional execution of a transaction.
"},{"t":"M","n":"Redis::wait","p":"Redis.html#method_wait","d":"Block the client up to the provided timeout until a certain number of replicas have confirmed\nrecieving them.
"},{"t":"M","n":"Redis::xack","p":"Redis.html#method_xack","d":"Acknowledge one ore more messages that are pending (have been consumed using XREADGROUP but\nnot yet acknowledged by XACK.)
"},{"t":"M","n":"Redis::xadd","p":"Redis.html#method_xadd","d":"Append a message to a stream.
"},{"t":"M","n":"Redis::xautoclaim","p":"Redis.html#method_xautoclaim","d":"This command allows a consumer to claim pending messages that have been idle for a specified period of time.
"},{"t":"M","n":"Redis::xclaim","p":"Redis.html#method_xclaim","d":"This method allows a consumer to take ownership of pending stream entries, by ID. Another\ncommand that does much the same thing but does not require passing specific IDs is Redis::xAutoClaim.
"},{"t":"M","n":"Redis::xdel","p":"Redis.html#method_xdel","d":"Remove one or more specific IDs from a stream.
"},{"t":"M","n":"Redis::xgroup","p":"Redis.html#method_xgroup","d":"XGROUP"},{"t":"M","n":"Redis::xinfo","p":"Redis.html#method_xinfo","d":"Retrieve information about a stream key.
"},{"t":"M","n":"Redis::xlen","p":"Redis.html#method_xlen","d":"Get the number of messages in a Redis STREAM key.
"},{"t":"M","n":"Redis::xpending","p":"Redis.html#method_xpending","d":"Interact with stream messages that have been consumed by a consumer group but not yet\nacknowledged with XACK.
"},{"t":"M","n":"Redis::xrange","p":"Redis.html#method_xrange","d":"Get a range of entries from a STREAM key.
"},{"t":"M","n":"Redis::xread","p":"Redis.html#method_xread","d":"Consume one or more unconsumed elements in one or more streams.
"},{"t":"M","n":"Redis::xreadgroup","p":"Redis.html#method_xreadgroup","d":"Read one or more messages using a consumer group.
"},{"t":"M","n":"Redis::xrevrange","p":"Redis.html#method_xrevrange","d":"Get a range of entries from a STREAM ke in reverse cronological order.
"},{"t":"M","n":"Redis::xtrim","p":"Redis.html#method_xtrim","d":"Truncate a STREAM key in various ways.
"},{"t":"M","n":"Redis::zAdd","p":"Redis.html#method_zAdd","d":"Add one or more elements and scores to a Redis sorted set.
"},{"t":"M","n":"Redis::zCard","p":"Redis.html#method_zCard","d":"Return the number of elements in a sorted set.
"},{"t":"M","n":"Redis::zCount","p":"Redis.html#method_zCount","d":"Count the number of members in a sorted set with scores inside a provided range.
"},{"t":"M","n":"Redis::zIncrBy","p":"Redis.html#method_zIncrBy","d":"Create or increment the score of a member in a Redis sorted set
"},{"t":"M","n":"Redis::zLexCount","p":"Redis.html#method_zLexCount","d":"Count the number of elements in a sorted set whos members fall within the provided\nlexographical range.
"},{"t":"M","n":"Redis::zMscore","p":"Redis.html#method_zMscore","d":"Retrieve the score of one or more members in a sorted set.
"},{"t":"M","n":"Redis::zPopMax","p":"Redis.html#method_zPopMax","d":"Pop one or more of the highest scoring elements from a sorted set.
"},{"t":"M","n":"Redis::zPopMin","p":"Redis.html#method_zPopMin","d":"Pop one or more of the lowest scoring elements from a sorted set.
"},{"t":"M","n":"Redis::zRange","p":"Redis.html#method_zRange","d":"Retrieve a range of elements of a sorted set between a start and end point.
"},{"t":"M","n":"Redis::zRangeByLex","p":"Redis.html#method_zRangeByLex","d":"Retrieve a range of elements from a sorted set by legographical range.
"},{"t":"M","n":"Redis::zRangeByScore","p":"Redis.html#method_zRangeByScore","d":"Retrieve a range of members from a sorted set by their score.
"},{"t":"M","n":"Redis::zrangestore","p":"Redis.html#method_zrangestore","d":"This command is similar to ZRANGE except that instead of returning the values directly\nit will store them in a destination key provided by the user
"},{"t":"M","n":"Redis::zRandMember","p":"Redis.html#method_zRandMember","d":"Retrieve one or more random members from a Redis sorted set.
"},{"t":"M","n":"Redis::zRank","p":"Redis.html#method_zRank","d":"Get the rank of a member of a sorted set, by score.
"},{"t":"M","n":"Redis::zRem","p":"Redis.html#method_zRem","d":"Remove one or more members from a Redis sorted set.
"},{"t":"M","n":"Redis::zRemRangeByLex","p":"Redis.html#method_zRemRangeByLex","d":"Remove zero or more elements from a Redis sorted set by legographical range.
"},{"t":"M","n":"Redis::zRemRangeByRank","p":"Redis.html#method_zRemRangeByRank","d":"Remove one or more members of a sorted set by their rank.
"},{"t":"M","n":"Redis::zRemRangeByScore","p":"Redis.html#method_zRemRangeByScore","d":"Remove one or more members of a sorted set by their score.
"},{"t":"M","n":"Redis::zRevRange","p":"Redis.html#method_zRevRange","d":"List the members of a Redis sorted set in reverse order
"},{"t":"M","n":"Redis::zRevRangeByLex","p":"Redis.html#method_zRevRangeByLex","d":"List members of a Redis sorted set within a legographical range, in reverse order.
"},{"t":"M","n":"Redis::zRevRangeByScore","p":"Redis.html#method_zRevRangeByScore","d":"List elements from a Redis sorted set by score, highest to lowest
"},{"t":"M","n":"Redis::zRevRank","p":"Redis.html#method_zRevRank","d":"Retrieve a member of a sorted set by reverse rank.
"},{"t":"M","n":"Redis::zScore","p":"Redis.html#method_zScore","d":"Get the score of a member of a sorted set.
"},{"t":"M","n":"Redis::zdiff","p":"Redis.html#method_zdiff","d":"Given one or more sorted set key names, return every element that is in the first\nset but not any of the others.
"},{"t":"M","n":"Redis::zdiffstore","p":"Redis.html#method_zdiffstore","d":"Store the difference of one or more sorted sets in a destination sorted set.
"},{"t":"M","n":"Redis::zinter","p":"Redis.html#method_zinter","d":"Compute the intersection of one or more sorted sets and return the members
"},{"t":"M","n":"Redis::zintercard","p":"Redis.html#method_zintercard","d":"Similar to ZINTER but instead of returning the intersected values, this command returns the\ncardinality of the intersected set.
"},{"t":"M","n":"Redis::zinterstore","p":"Redis.html#method_zinterstore","d":"Compute the intersection of one ore more sorted sets storing the result in a new sorted set.
"},{"t":"M","n":"Redis::zscan","p":"Redis.html#method_zscan","d":"Scan the members of a sorted set incrementally, using a cursor
"},{"t":"M","n":"Redis::zunion","p":"Redis.html#method_zunion","d":"Retrieve the union of one or more sorted sets
"},{"t":"M","n":"Redis::zunionstore","p":"Redis.html#method_zunionstore","d":"Perform a union on one or more Redis sets and store the result in a destination sorted set.
"},{"t":"M","n":"RedisArray::__call","p":"RedisArray.html#method___call","d":null},{"t":"M","n":"RedisArray::__construct","p":"RedisArray.html#method___construct","d":null},{"t":"M","n":"RedisArray::_continuum","p":"RedisArray.html#method__continuum","d":null},{"t":"M","n":"RedisArray::_distributor","p":"RedisArray.html#method__distributor","d":null},{"t":"M","n":"RedisArray::_function","p":"RedisArray.html#method__function","d":null},{"t":"M","n":"RedisArray::_hosts","p":"RedisArray.html#method__hosts","d":null},{"t":"M","n":"RedisArray::_instance","p":"RedisArray.html#method__instance","d":null},{"t":"M","n":"RedisArray::_rehash","p":"RedisArray.html#method__rehash","d":null},{"t":"M","n":"RedisArray::_target","p":"RedisArray.html#method__target","d":null},{"t":"M","n":"RedisArray::bgsave","p":"RedisArray.html#method_bgsave","d":null},{"t":"M","n":"RedisArray::del","p":"RedisArray.html#method_del","d":null},{"t":"M","n":"RedisArray::discard","p":"RedisArray.html#method_discard","d":null},{"t":"M","n":"RedisArray::exec","p":"RedisArray.html#method_exec","d":null},{"t":"M","n":"RedisArray::flushall","p":"RedisArray.html#method_flushall","d":null},{"t":"M","n":"RedisArray::flushdb","p":"RedisArray.html#method_flushdb","d":null},{"t":"M","n":"RedisArray::getOption","p":"RedisArray.html#method_getOption","d":null},{"t":"M","n":"RedisArray::hscan","p":"RedisArray.html#method_hscan","d":null},{"t":"M","n":"RedisArray::info","p":"RedisArray.html#method_info","d":null},{"t":"M","n":"RedisArray::keys","p":"RedisArray.html#method_keys","d":null},{"t":"M","n":"RedisArray::mget","p":"RedisArray.html#method_mget","d":null},{"t":"M","n":"RedisArray::mset","p":"RedisArray.html#method_mset","d":null},{"t":"M","n":"RedisArray::multi","p":"RedisArray.html#method_multi","d":null},{"t":"M","n":"RedisArray::ping","p":"RedisArray.html#method_ping","d":null},{"t":"M","n":"RedisArray::save","p":"RedisArray.html#method_save","d":null},{"t":"M","n":"RedisArray::scan","p":"RedisArray.html#method_scan","d":null},{"t":"M","n":"RedisArray::select","p":"RedisArray.html#method_select","d":null},{"t":"M","n":"RedisArray::setOption","p":"RedisArray.html#method_setOption","d":null},{"t":"M","n":"RedisArray::sscan","p":"RedisArray.html#method_sscan","d":null},{"t":"M","n":"RedisArray::unlink","p":"RedisArray.html#method_unlink","d":null},{"t":"M","n":"RedisArray::unwatch","p":"RedisArray.html#method_unwatch","d":null},{"t":"M","n":"RedisArray::zscan","p":"RedisArray.html#method_zscan","d":null},{"t":"M","n":"RedisCluster::__construct","p":"RedisCluster.html#method___construct","d":null},{"t":"M","n":"RedisCluster::_compress","p":"RedisCluster.html#method__compress","d":""},{"t":"M","n":"RedisCluster::_uncompress","p":"RedisCluster.html#method__uncompress","d":""},{"t":"M","n":"RedisCluster::_serialize","p":"RedisCluster.html#method__serialize","d":""},{"t":"M","n":"RedisCluster::_unserialize","p":"RedisCluster.html#method__unserialize","d":""},{"t":"M","n":"RedisCluster::_pack","p":"RedisCluster.html#method__pack","d":""},{"t":"M","n":"RedisCluster::_unpack","p":"RedisCluster.html#method__unpack","d":""},{"t":"M","n":"RedisCluster::_prefix","p":"RedisCluster.html#method__prefix","d":""},{"t":"M","n":"RedisCluster::_masters","p":"RedisCluster.html#method__masters","d":null},{"t":"M","n":"RedisCluster::_redir","p":"RedisCluster.html#method__redir","d":null},{"t":"M","n":"RedisCluster::acl","p":"RedisCluster.html#method_acl","d":""},{"t":"M","n":"RedisCluster::append","p":"RedisCluster.html#method_append","d":""},{"t":"M","n":"RedisCluster::bgrewriteaof","p":"RedisCluster.html#method_bgrewriteaof","d":""},{"t":"M","n":"RedisCluster::bgsave","p":"RedisCluster.html#method_bgsave","d":""},{"t":"M","n":"RedisCluster::bitcount","p":"RedisCluster.html#method_bitcount","d":""},{"t":"M","n":"RedisCluster::bitop","p":"RedisCluster.html#method_bitop","d":""},{"t":"M","n":"RedisCluster::bitpos","p":"RedisCluster.html#method_bitpos","d":"Return the position of the first bit set to 0 or 1 in a string.
"},{"t":"M","n":"RedisCluster::blpop","p":"RedisCluster.html#method_blpop","d":"See Redis::blpop()
"},{"t":"M","n":"RedisCluster::brpop","p":"RedisCluster.html#method_brpop","d":"See Redis::brpop()
"},{"t":"M","n":"RedisCluster::brpoplpush","p":"RedisCluster.html#method_brpoplpush","d":"See Redis::brpoplpush()
"},{"t":"M","n":"RedisCluster::bzpopmax","p":"RedisCluster.html#method_bzpopmax","d":""},{"t":"M","n":"RedisCluster::bzpopmin","p":"RedisCluster.html#method_bzpopmin","d":""},{"t":"M","n":"RedisCluster::bzmpop","p":"RedisCluster.html#method_bzmpop","d":""},{"t":"M","n":"RedisCluster::zmpop","p":"RedisCluster.html#method_zmpop","d":""},{"t":"M","n":"RedisCluster::blmpop","p":"RedisCluster.html#method_blmpop","d":""},{"t":"M","n":"RedisCluster::lmpop","p":"RedisCluster.html#method_lmpop","d":""},{"t":"M","n":"RedisCluster::clearlasterror","p":"RedisCluster.html#method_clearlasterror","d":""},{"t":"M","n":"RedisCluster::client","p":"RedisCluster.html#method_client","d":""},{"t":"M","n":"RedisCluster::close","p":"RedisCluster.html#method_close","d":""},{"t":"M","n":"RedisCluster::cluster","p":"RedisCluster.html#method_cluster","d":""},{"t":"M","n":"RedisCluster::command","p":"RedisCluster.html#method_command","d":""},{"t":"M","n":"RedisCluster::config","p":"RedisCluster.html#method_config","d":""},{"t":"M","n":"RedisCluster::dbsize","p":"RedisCluster.html#method_dbsize","d":""},{"t":"M","n":"RedisCluster::decr","p":"RedisCluster.html#method_decr","d":""},{"t":"M","n":"RedisCluster::decrby","p":"RedisCluster.html#method_decrby","d":""},{"t":"M","n":"RedisCluster::decrbyfloat","p":"RedisCluster.html#method_decrbyfloat","d":""},{"t":"M","n":"RedisCluster::del","p":"RedisCluster.html#method_del","d":""},{"t":"M","n":"RedisCluster::discard","p":"RedisCluster.html#method_discard","d":""},{"t":"M","n":"RedisCluster::dump","p":"RedisCluster.html#method_dump","d":""},{"t":"M","n":"RedisCluster::echo","p":"RedisCluster.html#method_echo","d":""},{"t":"M","n":"RedisCluster::eval","p":"RedisCluster.html#method_eval","d":""},{"t":"M","n":"RedisCluster::eval_ro","p":"RedisCluster.html#method_eval_ro","d":""},{"t":"M","n":"RedisCluster::evalsha","p":"RedisCluster.html#method_evalsha","d":""},{"t":"M","n":"RedisCluster::evalsha_ro","p":"RedisCluster.html#method_evalsha_ro","d":""},{"t":"M","n":"RedisCluster::exec","p":"RedisCluster.html#method_exec","d":""},{"t":"M","n":"RedisCluster::exists","p":"RedisCluster.html#method_exists","d":""},{"t":"M","n":"RedisCluster::touch","p":"RedisCluster.html#method_touch","d":""},{"t":"M","n":"RedisCluster::expire","p":"RedisCluster.html#method_expire","d":""},{"t":"M","n":"RedisCluster::expireat","p":"RedisCluster.html#method_expireat","d":""},{"t":"M","n":"RedisCluster::expiretime","p":"RedisCluster.html#method_expiretime","d":""},{"t":"M","n":"RedisCluster::pexpiretime","p":"RedisCluster.html#method_pexpiretime","d":""},{"t":"M","n":"RedisCluster::flushall","p":"RedisCluster.html#method_flushall","d":""},{"t":"M","n":"RedisCluster::flushdb","p":"RedisCluster.html#method_flushdb","d":""},{"t":"M","n":"RedisCluster::geoadd","p":"RedisCluster.html#method_geoadd","d":""},{"t":"M","n":"RedisCluster::geodist","p":"RedisCluster.html#method_geodist","d":""},{"t":"M","n":"RedisCluster::geohash","p":"RedisCluster.html#method_geohash","d":""},{"t":"M","n":"RedisCluster::geopos","p":"RedisCluster.html#method_geopos","d":""},{"t":"M","n":"RedisCluster::georadius","p":"RedisCluster.html#method_georadius","d":""},{"t":"M","n":"RedisCluster::georadius_ro","p":"RedisCluster.html#method_georadius_ro","d":""},{"t":"M","n":"RedisCluster::georadiusbymember","p":"RedisCluster.html#method_georadiusbymember","d":""},{"t":"M","n":"RedisCluster::georadiusbymember_ro","p":"RedisCluster.html#method_georadiusbymember_ro","d":""},{"t":"M","n":"RedisCluster::get","p":"RedisCluster.html#method_get","d":""},{"t":"M","n":"RedisCluster::getbit","p":"RedisCluster.html#method_getbit","d":""},{"t":"M","n":"RedisCluster::getlasterror","p":"RedisCluster.html#method_getlasterror","d":""},{"t":"M","n":"RedisCluster::getmode","p":"RedisCluster.html#method_getmode","d":""},{"t":"M","n":"RedisCluster::getoption","p":"RedisCluster.html#method_getoption","d":""},{"t":"M","n":"RedisCluster::getrange","p":"RedisCluster.html#method_getrange","d":""},{"t":"M","n":"RedisCluster::lcs","p":"RedisCluster.html#method_lcs","d":""},{"t":"M","n":"RedisCluster::getset","p":"RedisCluster.html#method_getset","d":""},{"t":"M","n":"RedisCluster::gettransferredbytes","p":"RedisCluster.html#method_gettransferredbytes","d":""},{"t":"M","n":"RedisCluster::hdel","p":"RedisCluster.html#method_hdel","d":""},{"t":"M","n":"RedisCluster::hexists","p":"RedisCluster.html#method_hexists","d":""},{"t":"M","n":"RedisCluster::hget","p":"RedisCluster.html#method_hget","d":""},{"t":"M","n":"RedisCluster::hgetall","p":"RedisCluster.html#method_hgetall","d":""},{"t":"M","n":"RedisCluster::hincrby","p":"RedisCluster.html#method_hincrby","d":""},{"t":"M","n":"RedisCluster::hincrbyfloat","p":"RedisCluster.html#method_hincrbyfloat","d":""},{"t":"M","n":"RedisCluster::hkeys","p":"RedisCluster.html#method_hkeys","d":""},{"t":"M","n":"RedisCluster::hlen","p":"RedisCluster.html#method_hlen","d":""},{"t":"M","n":"RedisCluster::hmget","p":"RedisCluster.html#method_hmget","d":""},{"t":"M","n":"RedisCluster::hmset","p":"RedisCluster.html#method_hmset","d":""},{"t":"M","n":"RedisCluster::hscan","p":"RedisCluster.html#method_hscan","d":""},{"t":"M","n":"RedisCluster::hset","p":"RedisCluster.html#method_hset","d":""},{"t":"M","n":"RedisCluster::hsetnx","p":"RedisCluster.html#method_hsetnx","d":""},{"t":"M","n":"RedisCluster::hstrlen","p":"RedisCluster.html#method_hstrlen","d":""},{"t":"M","n":"RedisCluster::hvals","p":"RedisCluster.html#method_hvals","d":""},{"t":"M","n":"RedisCluster::incr","p":"RedisCluster.html#method_incr","d":""},{"t":"M","n":"RedisCluster::incrby","p":"RedisCluster.html#method_incrby","d":""},{"t":"M","n":"RedisCluster::incrbyfloat","p":"RedisCluster.html#method_incrbyfloat","d":""},{"t":"M","n":"RedisCluster::info","p":"RedisCluster.html#method_info","d":"Retrieve information about the connected redis-server. If no arguments are passed to\nthis function, redis will return every info field. Alternatively you may pass a specific\nsection you want returned (e.g. 'server', or 'memory') to receive only information pertaining\nto that section.
"},{"t":"M","n":"RedisCluster::keys","p":"RedisCluster.html#method_keys","d":""},{"t":"M","n":"RedisCluster::lastsave","p":"RedisCluster.html#method_lastsave","d":""},{"t":"M","n":"RedisCluster::lget","p":"RedisCluster.html#method_lget","d":""},{"t":"M","n":"RedisCluster::lindex","p":"RedisCluster.html#method_lindex","d":""},{"t":"M","n":"RedisCluster::linsert","p":"RedisCluster.html#method_linsert","d":""},{"t":"M","n":"RedisCluster::llen","p":"RedisCluster.html#method_llen","d":""},{"t":"M","n":"RedisCluster::lpop","p":"RedisCluster.html#method_lpop","d":""},{"t":"M","n":"RedisCluster::lpush","p":"RedisCluster.html#method_lpush","d":""},{"t":"M","n":"RedisCluster::lpushx","p":"RedisCluster.html#method_lpushx","d":""},{"t":"M","n":"RedisCluster::lrange","p":"RedisCluster.html#method_lrange","d":""},{"t":"M","n":"RedisCluster::lrem","p":"RedisCluster.html#method_lrem","d":""},{"t":"M","n":"RedisCluster::lset","p":"RedisCluster.html#method_lset","d":""},{"t":"M","n":"RedisCluster::ltrim","p":"RedisCluster.html#method_ltrim","d":""},{"t":"M","n":"RedisCluster::mget","p":"RedisCluster.html#method_mget","d":""},{"t":"M","n":"RedisCluster::mset","p":"RedisCluster.html#method_mset","d":""},{"t":"M","n":"RedisCluster::msetnx","p":"RedisCluster.html#method_msetnx","d":""},{"t":"M","n":"RedisCluster::multi","p":"RedisCluster.html#method_multi","d":null},{"t":"M","n":"RedisCluster::object","p":"RedisCluster.html#method_object","d":""},{"t":"M","n":"RedisCluster::persist","p":"RedisCluster.html#method_persist","d":""},{"t":"M","n":"RedisCluster::pexpire","p":"RedisCluster.html#method_pexpire","d":""},{"t":"M","n":"RedisCluster::pexpireat","p":"RedisCluster.html#method_pexpireat","d":""},{"t":"M","n":"RedisCluster::pfadd","p":"RedisCluster.html#method_pfadd","d":""},{"t":"M","n":"RedisCluster::pfcount","p":"RedisCluster.html#method_pfcount","d":""},{"t":"M","n":"RedisCluster::pfmerge","p":"RedisCluster.html#method_pfmerge","d":""},{"t":"M","n":"RedisCluster::ping","p":"RedisCluster.html#method_ping","d":"PING an instance in the redis cluster.
"},{"t":"M","n":"RedisCluster::psetex","p":"RedisCluster.html#method_psetex","d":""},{"t":"M","n":"RedisCluster::psubscribe","p":"RedisCluster.html#method_psubscribe","d":""},{"t":"M","n":"RedisCluster::pttl","p":"RedisCluster.html#method_pttl","d":""},{"t":"M","n":"RedisCluster::publish","p":"RedisCluster.html#method_publish","d":""},{"t":"M","n":"RedisCluster::pubsub","p":"RedisCluster.html#method_pubsub","d":""},{"t":"M","n":"RedisCluster::punsubscribe","p":"RedisCluster.html#method_punsubscribe","d":""},{"t":"M","n":"RedisCluster::randomkey","p":"RedisCluster.html#method_randomkey","d":""},{"t":"M","n":"RedisCluster::rawcommand","p":"RedisCluster.html#method_rawcommand","d":""},{"t":"M","n":"RedisCluster::rename","p":"RedisCluster.html#method_rename","d":""},{"t":"M","n":"RedisCluster::renamenx","p":"RedisCluster.html#method_renamenx","d":""},{"t":"M","n":"RedisCluster::restore","p":"RedisCluster.html#method_restore","d":""},{"t":"M","n":"RedisCluster::role","p":"RedisCluster.html#method_role","d":""},{"t":"M","n":"RedisCluster::rpop","p":"RedisCluster.html#method_rpop","d":""},{"t":"M","n":"RedisCluster::rpoplpush","p":"RedisCluster.html#method_rpoplpush","d":""},{"t":"M","n":"RedisCluster::rpush","p":"RedisCluster.html#method_rpush","d":""},{"t":"M","n":"RedisCluster::rpushx","p":"RedisCluster.html#method_rpushx","d":""},{"t":"M","n":"RedisCluster::sadd","p":"RedisCluster.html#method_sadd","d":""},{"t":"M","n":"RedisCluster::saddarray","p":"RedisCluster.html#method_saddarray","d":""},{"t":"M","n":"RedisCluster::save","p":"RedisCluster.html#method_save","d":""},{"t":"M","n":"RedisCluster::scan","p":"RedisCluster.html#method_scan","d":""},{"t":"M","n":"RedisCluster::scard","p":"RedisCluster.html#method_scard","d":""},{"t":"M","n":"RedisCluster::script","p":"RedisCluster.html#method_script","d":""},{"t":"M","n":"RedisCluster::sdiff","p":"RedisCluster.html#method_sdiff","d":""},{"t":"M","n":"RedisCluster::sdiffstore","p":"RedisCluster.html#method_sdiffstore","d":""},{"t":"M","n":"RedisCluster::set","p":"RedisCluster.html#method_set","d":""},{"t":"M","n":"RedisCluster::setbit","p":"RedisCluster.html#method_setbit","d":""},{"t":"M","n":"RedisCluster::setex","p":"RedisCluster.html#method_setex","d":""},{"t":"M","n":"RedisCluster::setnx","p":"RedisCluster.html#method_setnx","d":""},{"t":"M","n":"RedisCluster::setoption","p":"RedisCluster.html#method_setoption","d":""},{"t":"M","n":"RedisCluster::setrange","p":"RedisCluster.html#method_setrange","d":""},{"t":"M","n":"RedisCluster::sinter","p":"RedisCluster.html#method_sinter","d":""},{"t":"M","n":"RedisCluster::sintercard","p":"RedisCluster.html#method_sintercard","d":""},{"t":"M","n":"RedisCluster::sinterstore","p":"RedisCluster.html#method_sinterstore","d":""},{"t":"M","n":"RedisCluster::sismember","p":"RedisCluster.html#method_sismember","d":""},{"t":"M","n":"RedisCluster::slowlog","p":"RedisCluster.html#method_slowlog","d":""},{"t":"M","n":"RedisCluster::smembers","p":"RedisCluster.html#method_smembers","d":""},{"t":"M","n":"RedisCluster::smove","p":"RedisCluster.html#method_smove","d":""},{"t":"M","n":"RedisCluster::sort","p":"RedisCluster.html#method_sort","d":""},{"t":"M","n":"RedisCluster::sort_ro","p":"RedisCluster.html#method_sort_ro","d":""},{"t":"M","n":"RedisCluster::spop","p":"RedisCluster.html#method_spop","d":""},{"t":"M","n":"RedisCluster::srandmember","p":"RedisCluster.html#method_srandmember","d":""},{"t":"M","n":"RedisCluster::srem","p":"RedisCluster.html#method_srem","d":""},{"t":"M","n":"RedisCluster::sscan","p":"RedisCluster.html#method_sscan","d":""},{"t":"M","n":"RedisCluster::strlen","p":"RedisCluster.html#method_strlen","d":""},{"t":"M","n":"RedisCluster::subscribe","p":"RedisCluster.html#method_subscribe","d":""},{"t":"M","n":"RedisCluster::sunion","p":"RedisCluster.html#method_sunion","d":""},{"t":"M","n":"RedisCluster::sunionstore","p":"RedisCluster.html#method_sunionstore","d":""},{"t":"M","n":"RedisCluster::time","p":"RedisCluster.html#method_time","d":""},{"t":"M","n":"RedisCluster::ttl","p":"RedisCluster.html#method_ttl","d":""},{"t":"M","n":"RedisCluster::type","p":"RedisCluster.html#method_type","d":""},{"t":"M","n":"RedisCluster::unsubscribe","p":"RedisCluster.html#method_unsubscribe","d":""},{"t":"M","n":"RedisCluster::unlink","p":"RedisCluster.html#method_unlink","d":""},{"t":"M","n":"RedisCluster::unwatch","p":"RedisCluster.html#method_unwatch","d":""},{"t":"M","n":"RedisCluster::watch","p":"RedisCluster.html#method_watch","d":""},{"t":"M","n":"RedisCluster::xack","p":"RedisCluster.html#method_xack","d":""},{"t":"M","n":"RedisCluster::xadd","p":"RedisCluster.html#method_xadd","d":""},{"t":"M","n":"RedisCluster::xclaim","p":"RedisCluster.html#method_xclaim","d":""},{"t":"M","n":"RedisCluster::xdel","p":"RedisCluster.html#method_xdel","d":""},{"t":"M","n":"RedisCluster::xgroup","p":"RedisCluster.html#method_xgroup","d":""},{"t":"M","n":"RedisCluster::xautoclaim","p":"RedisCluster.html#method_xautoclaim","d":""},{"t":"M","n":"RedisCluster::xinfo","p":"RedisCluster.html#method_xinfo","d":""},{"t":"M","n":"RedisCluster::xlen","p":"RedisCluster.html#method_xlen","d":""},{"t":"M","n":"RedisCluster::xpending","p":"RedisCluster.html#method_xpending","d":""},{"t":"M","n":"RedisCluster::xrange","p":"RedisCluster.html#method_xrange","d":""},{"t":"M","n":"RedisCluster::xread","p":"RedisCluster.html#method_xread","d":""},{"t":"M","n":"RedisCluster::xreadgroup","p":"RedisCluster.html#method_xreadgroup","d":""},{"t":"M","n":"RedisCluster::xrevrange","p":"RedisCluster.html#method_xrevrange","d":""},{"t":"M","n":"RedisCluster::xtrim","p":"RedisCluster.html#method_xtrim","d":""},{"t":"M","n":"RedisCluster::zadd","p":"RedisCluster.html#method_zadd","d":""},{"t":"M","n":"RedisCluster::zcard","p":"RedisCluster.html#method_zcard","d":""},{"t":"M","n":"RedisCluster::zcount","p":"RedisCluster.html#method_zcount","d":""},{"t":"M","n":"RedisCluster::zincrby","p":"RedisCluster.html#method_zincrby","d":""},{"t":"M","n":"RedisCluster::zinterstore","p":"RedisCluster.html#method_zinterstore","d":""},{"t":"M","n":"RedisCluster::zintercard","p":"RedisCluster.html#method_zintercard","d":""},{"t":"M","n":"RedisCluster::zlexcount","p":"RedisCluster.html#method_zlexcount","d":""},{"t":"M","n":"RedisCluster::zpopmax","p":"RedisCluster.html#method_zpopmax","d":""},{"t":"M","n":"RedisCluster::zpopmin","p":"RedisCluster.html#method_zpopmin","d":""},{"t":"M","n":"RedisCluster::zrange","p":"RedisCluster.html#method_zrange","d":""},{"t":"M","n":"RedisCluster::zrangestore","p":"RedisCluster.html#method_zrangestore","d":""},{"t":"M","n":"RedisCluster::zrangebylex","p":"RedisCluster.html#method_zrangebylex","d":""},{"t":"M","n":"RedisCluster::zrangebyscore","p":"RedisCluster.html#method_zrangebyscore","d":""},{"t":"M","n":"RedisCluster::zrank","p":"RedisCluster.html#method_zrank","d":""},{"t":"M","n":"RedisCluster::zrem","p":"RedisCluster.html#method_zrem","d":""},{"t":"M","n":"RedisCluster::zremrangebylex","p":"RedisCluster.html#method_zremrangebylex","d":""},{"t":"M","n":"RedisCluster::zremrangebyrank","p":"RedisCluster.html#method_zremrangebyrank","d":""},{"t":"M","n":"RedisCluster::zremrangebyscore","p":"RedisCluster.html#method_zremrangebyscore","d":""},{"t":"M","n":"RedisCluster::zrevrange","p":"RedisCluster.html#method_zrevrange","d":""},{"t":"M","n":"RedisCluster::zrevrangebylex","p":"RedisCluster.html#method_zrevrangebylex","d":""},{"t":"M","n":"RedisCluster::zrevrangebyscore","p":"RedisCluster.html#method_zrevrangebyscore","d":""},{"t":"M","n":"RedisCluster::zrevrank","p":"RedisCluster.html#method_zrevrank","d":""},{"t":"M","n":"RedisCluster::zscan","p":"RedisCluster.html#method_zscan","d":""},{"t":"M","n":"RedisCluster::zscore","p":"RedisCluster.html#method_zscore","d":""},{"t":"M","n":"RedisCluster::zunionstore","p":"RedisCluster.html#method_zunionstore","d":""},{"t":"M","n":"RedisSentinel::__construct","p":"RedisSentinel.html#method___construct","d":null},{"t":"M","n":"RedisSentinel::ckquorum","p":"RedisSentinel.html#method_ckquorum","d":""},{"t":"M","n":"RedisSentinel::failover","p":"RedisSentinel.html#method_failover","d":""},{"t":"M","n":"RedisSentinel::flushconfig","p":"RedisSentinel.html#method_flushconfig","d":""},{"t":"M","n":"RedisSentinel::getMasterAddrByName","p":"RedisSentinel.html#method_getMasterAddrByName","d":""},{"t":"M","n":"RedisSentinel::master","p":"RedisSentinel.html#method_master","d":""},{"t":"M","n":"RedisSentinel::masters","p":"RedisSentinel.html#method_masters","d":""},{"t":"M","n":"RedisSentinel::myid","p":"RedisSentinel.html#method_myid","d":null},{"t":"M","n":"RedisSentinel::ping","p":"RedisSentinel.html#method_ping","d":""},{"t":"M","n":"RedisSentinel::reset","p":"RedisSentinel.html#method_reset","d":""},{"t":"M","n":"RedisSentinel::sentinels","p":"RedisSentinel.html#method_sentinels","d":""},{"t":"M","n":"RedisSentinel::slaves","p":"RedisSentinel.html#method_slaves","d":""},{"t":"N","n":"","p":"[Global_Namespace].html"}]}
+{"items":[{"t":"C","n":"Redis","p":"Redis.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisArray","p":"RedisArray.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisCluster","p":"RedisCluster.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisClusterException","p":"RedisClusterException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisException","p":"RedisException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisSentinel","p":"RedisSentinel.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"M","n":"Redis::__construct","p":"Redis.html#method___construct","d":"Create a new Redis instance. If passed sufficient information in the\noptions array it is also possible to connect to an instance at the same\ntime.
"},{"t":"M","n":"Redis::__destruct","p":"Redis.html#method___destruct","d":null},{"t":"M","n":"Redis::_compress","p":"Redis.html#method__compress","d":"Compress a value with the currently configured compressor (Redis::OPT_COMPRESSION)\nexactly the same way PhpRedis does before sending data to Redis.
"},{"t":"M","n":"Redis::_uncompress","p":"Redis.html#method__uncompress","d":"Uncompress the provided argument using the compressor configured via\nRedis::setOption() (Redis::OPT_COMPRESSION).
"},{"t":"M","n":"Redis::_prefix","p":"Redis.html#method__prefix","d":"Prefix the passed argument with the currently set key prefix as set\nwith Redis::setOption().
"},{"t":"M","n":"Redis::_serialize","p":"Redis.html#method__serialize","d":"Serialize the provided value with the currently set serializer as set\nwith Redis::setOption().
"},{"t":"M","n":"Redis::_unserialize","p":"Redis.html#method__unserialize","d":"Unserialize the passed argument with the currently set serializer as set\nwith Redis::setOption().
"},{"t":"M","n":"Redis::_pack","p":"Redis.html#method__pack","d":"Pack the provided value by first serializing it (if Redis::OPT_SERIALIZER is set)\nand then compressing the serialized payload (if Redis::OPT_COMPRESSION is set),\nmirroring exactly what PhpRedis transmits to Redis.
"},{"t":"M","n":"Redis::_digest","p":"Redis.html#method__digest","d":"Compute the XXH3 digest of a PHP value after it has been _packed, producing\nthe same digest Redis' DIGEST command would return for the stored value.
"},{"t":"M","n":"Redis::_unpack","p":"Redis.html#method__unpack","d":"Unpack the provided value by first uncompressing it (if Redis::OPT_COMPRESSION\nis set) and then unserializing it (if Redis::OPT_SERIALIZER is set) to recover\nthe original PHP value.
"},{"t":"M","n":"Redis::acl","p":"Redis.html#method_acl","d":null},{"t":"M","n":"Redis::append","p":"Redis.html#method_append","d":"Append data to a Redis STRING key.
"},{"t":"M","n":"Redis::auth","p":"Redis.html#method_auth","d":"Authenticate a Redis connection after its been established.
"},{"t":"M","n":"Redis::bgSave","p":"Redis.html#method_bgSave","d":"Execute a save of the Redis database in the background.
"},{"t":"M","n":"Redis::bgrewriteaof","p":"Redis.html#method_bgrewriteaof","d":"Asynchronously rewrite Redis' append-only file
"},{"t":"M","n":"Redis::waitaof","p":"Redis.html#method_waitaof","d":""},{"t":"M","n":"Redis::bitcount","p":"Redis.html#method_bitcount","d":"Count the number of set bits in a Redis string.
"},{"t":"M","n":"Redis::bitop","p":"Redis.html#method_bitop","d":null},{"t":"M","n":"Redis::bitpos","p":"Redis.html#method_bitpos","d":"Return the position of the first bit set to 0 or 1 in a string.
"},{"t":"M","n":"Redis::blPop","p":"Redis.html#method_blPop","d":"Pop an element off the beginning of a Redis list or lists, potentially blocking up to a specified\ntimeout. This method may be called in two distinct ways, of which examples are provided below.
"},{"t":"M","n":"Redis::brPop","p":"Redis.html#method_brPop","d":"Pop an element off of the end of a Redis list or lists, potentially blocking up to a specified timeout.
"},{"t":"M","n":"Redis::brpoplpush","p":"Redis.html#method_brpoplpush","d":"Pop an element from the end of a Redis list, pushing it to the beginning of another Redis list,\noptionally blocking up to a specified timeout.
"},{"t":"M","n":"Redis::bzPopMax","p":"Redis.html#method_bzPopMax","d":"POP the maximum scoring element off of one or more sorted sets, blocking up to a specified\ntimeout if no elements are available.
"},{"t":"M","n":"Redis::bzPopMin","p":"Redis.html#method_bzPopMin","d":"POP the minimum scoring element off of one or more sorted sets, blocking up to a specified timeout\nif no elements are available
"},{"t":"M","n":"Redis::bzmpop","p":"Redis.html#method_bzmpop","d":"POP one or more elements from one or more sorted sets, blocking up to a specified amount of time\nwhen no elements are available.
"},{"t":"M","n":"Redis::zmpop","p":"Redis.html#method_zmpop","d":"POP one or more of the highest or lowest scoring elements from one or more sorted sets.
"},{"t":"M","n":"Redis::blmpop","p":"Redis.html#method_blmpop","d":"Pop one or more elements from one or more Redis LISTs, blocking up to a specified timeout when\nno elements are available.
"},{"t":"M","n":"Redis::lmpop","p":"Redis.html#method_lmpop","d":"Pop one or more elements off of one or more Redis LISTs.
"},{"t":"M","n":"Redis::clearLastError","p":"Redis.html#method_clearLastError","d":"Reset any last error on the connection to NULL
"},{"t":"M","n":"Redis::client","p":"Redis.html#method_client","d":null},{"t":"M","n":"Redis::close","p":"Redis.html#method_close","d":null},{"t":"M","n":"Redis::command","p":"Redis.html#method_command","d":null},{"t":"M","n":"Redis::config","p":"Redis.html#method_config","d":"Execute the Redis CONFIG command in a variety of ways.
"},{"t":"M","n":"Redis::connect","p":"Redis.html#method_connect","d":null},{"t":"M","n":"Redis::copy","p":"Redis.html#method_copy","d":"Make a copy of a key.
"},{"t":"M","n":"Redis::dbSize","p":"Redis.html#method_dbSize","d":"Return the number of keys in the currently selected Redis database.
"},{"t":"M","n":"Redis::debug","p":"Redis.html#method_debug","d":null},{"t":"M","n":"Redis::decr","p":"Redis.html#method_decr","d":"Decrement a Redis integer by 1 or a provided value.
"},{"t":"M","n":"Redis::decrBy","p":"Redis.html#method_decrBy","d":"Decrement a redis integer by a value
"},{"t":"M","n":"Redis::del","p":"Redis.html#method_del","d":"Delete one or more keys from Redis.
"},{"t":"M","n":"Redis::delex","p":"Redis.html#method_delex","d":"Delete a key conditionally based on its value or hash digest
"},{"t":"M","n":"Redis::delifeq","p":"Redis.html#method_delifeq","d":"Delete a key if it's equal to the specified value. This command is\nspecific to Valkey >= 9.0
"},{"t":"M","n":"Redis::delete","p":"Redis.html#method_delete","d":""},{"t":"M","n":"Redis::discard","p":"Redis.html#method_discard","d":"Discard a transaction currently in progress.
"},{"t":"M","n":"Redis::dump","p":"Redis.html#method_dump","d":"Dump Redis' internal binary representation of a key.
"},{"t":"M","n":"Redis::echo","p":"Redis.html#method_echo","d":"Have Redis repeat back an arbitrary string to the client.
"},{"t":"M","n":"Redis::eval","p":"Redis.html#method_eval","d":"Execute a LUA script on the redis server.
"},{"t":"M","n":"Redis::eval_ro","p":"Redis.html#method_eval_ro","d":"This is simply the read-only variant of eval, meaning the underlying script\nmay not modify data in redis.
"},{"t":"M","n":"Redis::evalsha","p":"Redis.html#method_evalsha","d":"Execute a LUA script on the server but instead of sending the script, send\nthe SHA1 hash of the script.
"},{"t":"M","n":"Redis::evalsha_ro","p":"Redis.html#method_evalsha_ro","d":"This is simply the read-only variant of evalsha, meaning the underlying script\nmay not modify data in redis.
"},{"t":"M","n":"Redis::exec","p":"Redis.html#method_exec","d":"Execute either a MULTI or PIPELINE block and return the array of replies.
"},{"t":"M","n":"Redis::exists","p":"Redis.html#method_exists","d":"Test if one or more keys exist.
"},{"t":"M","n":"Redis::expire","p":"Redis.html#method_expire","d":"Sets an expiration in seconds on the key in question. If connected to\nredis-server >= 7.0.0 you may send an additional "mode" argument which\nmodifies how the command will execute.
"},{"t":"M","n":"Redis::expireAt","p":"Redis.html#method_expireAt","d":"Set a key to expire at an exact unix timestamp.
"},{"t":"M","n":"Redis::failover","p":"Redis.html#method_failover","d":null},{"t":"M","n":"Redis::expiretime","p":"Redis.html#method_expiretime","d":"Get the expiration of a given key as a unix timestamp
"},{"t":"M","n":"Redis::pexpiretime","p":"Redis.html#method_pexpiretime","d":"Get the expiration timestamp of a given Redis key but in milliseconds.
"},{"t":"M","n":"Redis::fcall","p":"Redis.html#method_fcall","d":"Invoke a function.
"},{"t":"M","n":"Redis::fcall_ro","p":"Redis.html#method_fcall_ro","d":"This is a read-only variant of the FCALL command that cannot execute commands that modify data.
"},{"t":"M","n":"Redis::flushAll","p":"Redis.html#method_flushAll","d":"Deletes every key in all Redis databases
"},{"t":"M","n":"Redis::flushDB","p":"Redis.html#method_flushDB","d":"Deletes all the keys of the currently selected database.
"},{"t":"M","n":"Redis::function","p":"Redis.html#method_function","d":"Functions is an API for managing code to be executed on the server.
"},{"t":"M","n":"Redis::geoadd","p":"Redis.html#method_geoadd","d":"Add one or more members to a geospacial sorted set
"},{"t":"M","n":"Redis::geodist","p":"Redis.html#method_geodist","d":"Get the distance between two members of a geospacially encoded sorted set.
"},{"t":"M","n":"Redis::geohash","p":"Redis.html#method_geohash","d":"Retrieve one or more GeoHash encoded strings for members of the set.
"},{"t":"M","n":"Redis::geopos","p":"Redis.html#method_geopos","d":"Return the longitude and latitude for one or more members of a geospacially encoded sorted set.
"},{"t":"M","n":"Redis::georadius","p":"Redis.html#method_georadius","d":"Retrieve members of a geospacially sorted set that are within a certain radius of a location.
"},{"t":"M","n":"Redis::georadius_ro","p":"Redis.html#method_georadius_ro","d":"A readonly variant of GEORADIUS that may be executed on replicas.
"},{"t":"M","n":"Redis::georadiusbymember","p":"Redis.html#method_georadiusbymember","d":"Similar to GEORADIUS except it uses a member as the center of the query.
"},{"t":"M","n":"Redis::georadiusbymember_ro","p":"Redis.html#method_georadiusbymember_ro","d":"This is the read-only variant of GEORADIUSBYMEMBER that can be run on replicas.
"},{"t":"M","n":"Redis::geosearch","p":"Redis.html#method_geosearch","d":"Search a geospacial sorted set for members in various ways.
"},{"t":"M","n":"Redis::geosearchstore","p":"Redis.html#method_geosearchstore","d":"Search a geospacial sorted set for members within a given area or range, storing the results into\na new set.
"},{"t":"M","n":"Redis::get","p":"Redis.html#method_get","d":"Retrieve a string keys value.
"},{"t":"M","n":"Redis::getWithMeta","p":"Redis.html#method_getWithMeta","d":"Retrieve a value and metadata of key.
"},{"t":"M","n":"Redis::getAuth","p":"Redis.html#method_getAuth","d":"Get the authentication information on the connection, if any.
"},{"t":"M","n":"Redis::getBit","p":"Redis.html#method_getBit","d":"Get the bit at a given index in a string key.
"},{"t":"M","n":"Redis::getEx","p":"Redis.html#method_getEx","d":"Get the value of a key and optionally set it's expiration.
"},{"t":"M","n":"Redis::getDBNum","p":"Redis.html#method_getDBNum","d":"Get the database number PhpRedis thinks we're connected to.
"},{"t":"M","n":"Redis::getDel","p":"Redis.html#method_getDel","d":"Get a key from Redis and delete it in an atomic operation.
"},{"t":"M","n":"Redis::getHost","p":"Redis.html#method_getHost","d":"Return the host or Unix socket we are connected to.
"},{"t":"M","n":"Redis::getLastError","p":"Redis.html#method_getLastError","d":"Get the last error returned to us from Redis, if any.
"},{"t":"M","n":"Redis::getMode","p":"Redis.html#method_getMode","d":"Returns whether the connection is in ATOMIC, MULTI, or PIPELINE mode
"},{"t":"M","n":"Redis::getOption","p":"Redis.html#method_getOption","d":"Retrieve the value of a configuration setting as set by Redis::setOption()
"},{"t":"M","n":"Redis::getPersistentID","p":"Redis.html#method_getPersistentID","d":"Get the persistent connection ID, if there is one.
"},{"t":"M","n":"Redis::getPort","p":"Redis.html#method_getPort","d":"Get the port we are connected to. This number will be zero if we are connected to a unix socket.
"},{"t":"M","n":"Redis::serverName","p":"Redis.html#method_serverName","d":"Get the server name as reported by the HELLO response.
"},{"t":"M","n":"Redis::serverVersion","p":"Redis.html#method_serverVersion","d":"Get the server version as reported by the HELLO response.
"},{"t":"M","n":"Redis::getRange","p":"Redis.html#method_getRange","d":"Retrieve a substring of a string by index.
"},{"t":"M","n":"Redis::lcs","p":"Redis.html#method_lcs","d":"Get the longest common subsequence between two string keys.
"},{"t":"M","n":"Redis::getReadTimeout","p":"Redis.html#method_getReadTimeout","d":"Get the currently set read timeout on the connection.
"},{"t":"M","n":"Redis::getset","p":"Redis.html#method_getset","d":"Sets a key and returns any previously set value, if the key already existed.
"},{"t":"M","n":"Redis::getTimeout","p":"Redis.html#method_getTimeout","d":"Retrieve any set connection timeout
"},{"t":"M","n":"Redis::getTransferredBytes","p":"Redis.html#method_getTransferredBytes","d":"Get the number of bytes sent and received on the socket.
"},{"t":"M","n":"Redis::clearTransferredBytes","p":"Redis.html#method_clearTransferredBytes","d":"Reset the number of bytes sent and received on the socket.
"},{"t":"M","n":"Redis::hDel","p":"Redis.html#method_hDel","d":"Remove one or more fields from a hash.
"},{"t":"M","n":"Redis::hExists","p":"Redis.html#method_hExists","d":"Checks whether a field exists in a hash.
"},{"t":"M","n":"Redis::hGet","p":"Redis.html#method_hGet","d":null},{"t":"M","n":"Redis::hGetAll","p":"Redis.html#method_hGetAll","d":"Read every field and value from a hash.
"},{"t":"M","n":"Redis::hGetWithMeta","p":"Redis.html#method_hGetWithMeta","d":"Retrieve a value and metadata of hash field.
"},{"t":"M","n":"Redis::hIncrBy","p":"Redis.html#method_hIncrBy","d":"Increment a hash field's value by an integer
"},{"t":"M","n":"Redis::hIncrByFloat","p":"Redis.html#method_hIncrByFloat","d":"Increment a hash field by a floating point value
"},{"t":"M","n":"Redis::hKeys","p":"Redis.html#method_hKeys","d":"Retrieve all of the fields of a hash.
"},{"t":"M","n":"Redis::hLen","p":"Redis.html#method_hLen","d":"Get the number of fields in a hash.
"},{"t":"M","n":"Redis::hMget","p":"Redis.html#method_hMget","d":"Get one or more fields from a hash.
"},{"t":"M","n":"Redis::hgetex","p":"Redis.html#method_hgetex","d":"Get one or more fields of a hash while optionally setting expiration\ninformation
"},{"t":"M","n":"Redis::hsetex","p":"Redis.html#method_hsetex","d":"Set one or more fields in a hash with optional expiration information.
"},{"t":"M","n":"Redis::hgetdel","p":"Redis.html#method_hgetdel","d":"Get one or more fields and delete them
"},{"t":"M","n":"Redis::hMset","p":"Redis.html#method_hMset","d":"Add or update one or more hash fields and values
"},{"t":"M","n":"Redis::hRandField","p":"Redis.html#method_hRandField","d":"Get one or more random field from a hash.
"},{"t":"M","n":"Redis::hSet","p":"Redis.html#method_hSet","d":"Add or update one or more hash fields and values.
"},{"t":"M","n":"Redis::hSetNx","p":"Redis.html#method_hSetNx","d":"Set a hash field and value, but only if that field does not exist
"},{"t":"M","n":"Redis::hStrLen","p":"Redis.html#method_hStrLen","d":"Get the string length of a hash field
"},{"t":"M","n":"Redis::hVals","p":"Redis.html#method_hVals","d":"Get all of the values from a hash.
"},{"t":"M","n":"Redis::hexpire","p":"Redis.html#method_hexpire","d":"Set the expiration on one or more fields in a hash.
"},{"t":"M","n":"Redis::hpexpire","p":"Redis.html#method_hpexpire","d":"Set the expiration on one or more fields in a hash in milliseconds.
"},{"t":"M","n":"Redis::hexpireat","p":"Redis.html#method_hexpireat","d":"Set the expiration time on one or more fields of a hash.
"},{"t":"M","n":"Redis::hpexpireat","p":"Redis.html#method_hpexpireat","d":"Set the expiration time on one or more fields of a hash in milliseconds.
"},{"t":"M","n":"Redis::httl","p":"Redis.html#method_httl","d":"Get the TTL of one or more fields in a hash
"},{"t":"M","n":"Redis::hpttl","p":"Redis.html#method_hpttl","d":"Get the millisecond TTL of one or more fields in a hash
"},{"t":"M","n":"Redis::hexpiretime","p":"Redis.html#method_hexpiretime","d":"Get the expiration time of one or more fields in a hash
"},{"t":"M","n":"Redis::hpexpiretime","p":"Redis.html#method_hpexpiretime","d":"Get the expiration time in milliseconds of one or more fields in a hash
"},{"t":"M","n":"Redis::hpersist","p":"Redis.html#method_hpersist","d":"Persist one or more hash fields
"},{"t":"M","n":"Redis::hscan","p":"Redis.html#method_hscan","d":"Iterate over the fields and values of a hash in an incremental fashion.
"},{"t":"M","n":"Redis::expiremember","p":"Redis.html#method_expiremember","d":"Set an expiration on a key member (KeyDB only).
"},{"t":"M","n":"Redis::expirememberat","p":"Redis.html#method_expirememberat","d":"Set an expiration on a key membert to a specific unix timestamp (KeyDB only).
"},{"t":"M","n":"Redis::incr","p":"Redis.html#method_incr","d":"Increment a key's value, optionally by a specific amount.
"},{"t":"M","n":"Redis::incrBy","p":"Redis.html#method_incrBy","d":"Increment a key by a specific integer value
"},{"t":"M","n":"Redis::incrByFloat","p":"Redis.html#method_incrByFloat","d":"Increment a numeric key by a floating point value.
"},{"t":"M","n":"Redis::info","p":"Redis.html#method_info","d":"Retrieve information about the connected redis-server. If no arguments are passed to\nthis function, redis will return every info field. Alternatively you may pass a specific\nsection you want returned (e.g. 'server', or 'memory') to receive only information pertaining\nto that section.
"},{"t":"M","n":"Redis::isConnected","p":"Redis.html#method_isConnected","d":"Check if we are currently connected to a Redis instance.
"},{"t":"M","n":"Redis::keys","p":"Redis.html#method_keys","d":""},{"t":"M","n":"Redis::lInsert","p":"Redis.html#method_lInsert","d":""},{"t":"M","n":"Redis::lLen","p":"Redis.html#method_lLen","d":"Retrieve the length of a list.
"},{"t":"M","n":"Redis::lMove","p":"Redis.html#method_lMove","d":"Move an element from one list into another.
"},{"t":"M","n":"Redis::blmove","p":"Redis.html#method_blmove","d":null},{"t":"M","n":"Redis::lPop","p":"Redis.html#method_lPop","d":"Pop one or more elements off a list.
"},{"t":"M","n":"Redis::lPos","p":"Redis.html#method_lPos","d":"Retrieve the index of an element in a list.
"},{"t":"M","n":"Redis::lPush","p":"Redis.html#method_lPush","d":"Prepend one or more elements to a list.
"},{"t":"M","n":"Redis::rPush","p":"Redis.html#method_rPush","d":"Append one or more elements to a list.
"},{"t":"M","n":"Redis::lPushx","p":"Redis.html#method_lPushx","d":"Prepend an element to a list but only if the list exists
"},{"t":"M","n":"Redis::rPushx","p":"Redis.html#method_rPushx","d":"Append an element to a list but only if the list exists
"},{"t":"M","n":"Redis::lSet","p":"Redis.html#method_lSet","d":"Set a list element at an index to a specific value.
"},{"t":"M","n":"Redis::lastSave","p":"Redis.html#method_lastSave","d":"Retrieve the last time Redis' database was persisted to disk.
"},{"t":"M","n":"Redis::lindex","p":"Redis.html#method_lindex","d":"Get the element of a list by its index.
"},{"t":"M","n":"Redis::lrange","p":"Redis.html#method_lrange","d":"Retrieve elements from a list.
"},{"t":"M","n":"Redis::lrem","p":"Redis.html#method_lrem","d":"Remove one or more matching elements from a list.
"},{"t":"M","n":"Redis::ltrim","p":"Redis.html#method_ltrim","d":"Trim a list to a subrange of elements.
"},{"t":"M","n":"Redis::mget","p":"Redis.html#method_mget","d":"Get one or more string keys.
"},{"t":"M","n":"Redis::migrate","p":"Redis.html#method_migrate","d":null},{"t":"M","n":"Redis::move","p":"Redis.html#method_move","d":"Move a key to a different database on the same redis instance.
"},{"t":"M","n":"Redis::mset","p":"Redis.html#method_mset","d":"Set one or more string keys.
"},{"t":"M","n":"Redis::msetnx","p":"Redis.html#method_msetnx","d":"Set one or more string keys but only if none of the key exist.
"},{"t":"M","n":"Redis::multi","p":"Redis.html#method_multi","d":"Begin a transaction.
"},{"t":"M","n":"Redis::object","p":"Redis.html#method_object","d":null},{"t":"M","n":"Redis::open","p":"Redis.html#method_open","d":""},{"t":"M","n":"Redis::pconnect","p":"Redis.html#method_pconnect","d":null},{"t":"M","n":"Redis::persist","p":"Redis.html#method_persist","d":"Remove the expiration from a key.
"},{"t":"M","n":"Redis::pexpire","p":"Redis.html#method_pexpire","d":"Sets an expiration in milliseconds on a given key. If connected to Redis >= 7.0.0\nyou can pass an optional mode argument that modifies how the command will execute.
"},{"t":"M","n":"Redis::pexpireAt","p":"Redis.html#method_pexpireAt","d":"Set a key's expiration to a specific Unix Timestamp in milliseconds. If connected to\nRedis >= 7.0.0 you can pass an optional 'mode' argument.
"},{"t":"M","n":"Redis::pfadd","p":"Redis.html#method_pfadd","d":"Add one or more elements to a Redis HyperLogLog key
"},{"t":"M","n":"Redis::pfcount","p":"Redis.html#method_pfcount","d":"Retrieve the cardinality of a Redis HyperLogLog key.
"},{"t":"M","n":"Redis::pfmerge","p":"Redis.html#method_pfmerge","d":"Merge one or more source HyperLogLog sets into a destination set.
"},{"t":"M","n":"Redis::ping","p":"Redis.html#method_ping","d":"PING the redis server with an optional string argument.
"},{"t":"M","n":"Redis::pipeline","p":"Redis.html#method_pipeline","d":"Enter into pipeline mode.
"},{"t":"M","n":"Redis::popen","p":"Redis.html#method_popen","d":""},{"t":"M","n":"Redis::psetex","p":"Redis.html#method_psetex","d":"Set a key with an expiration time in milliseconds
"},{"t":"M","n":"Redis::psubscribe","p":"Redis.html#method_psubscribe","d":"Subscribe to one or more glob-style patterns
"},{"t":"M","n":"Redis::pttl","p":"Redis.html#method_pttl","d":"Get a keys time to live in milliseconds.
"},{"t":"M","n":"Redis::publish","p":"Redis.html#method_publish","d":"Publish a message to a pubsub channel
"},{"t":"M","n":"Redis::pubsub","p":"Redis.html#method_pubsub","d":null},{"t":"M","n":"Redis::punsubscribe","p":"Redis.html#method_punsubscribe","d":"Unsubscribe from one or more channels by pattern
"},{"t":"M","n":"Redis::rPop","p":"Redis.html#method_rPop","d":"Pop one or more elements from the end of a list.
"},{"t":"M","n":"Redis::randomKey","p":"Redis.html#method_randomKey","d":"Return a random key from the current database
"},{"t":"M","n":"Redis::rawcommand","p":"Redis.html#method_rawcommand","d":"Execute any arbitrary Redis command by name.
"},{"t":"M","n":"Redis::rename","p":"Redis.html#method_rename","d":"Unconditionally rename a key from $old_name to $new_name
"},{"t":"M","n":"Redis::renameNx","p":"Redis.html#method_renameNx","d":"Renames $key_src to $key_dst but only if newkey does not exist.
"},{"t":"M","n":"Redis::reset","p":"Redis.html#method_reset","d":"Reset the state of the connection.
"},{"t":"M","n":"Redis::restore","p":"Redis.html#method_restore","d":"Restore a key by the binary payload generated by the DUMP command.
"},{"t":"M","n":"Redis::role","p":"Redis.html#method_role","d":"Query whether the connected instance is a primary or replica
"},{"t":"M","n":"Redis::rpoplpush","p":"Redis.html#method_rpoplpush","d":"Atomically pop an element off the end of a Redis LIST and push it to the beginning of\nanother.
"},{"t":"M","n":"Redis::sAdd","p":"Redis.html#method_sAdd","d":"Add one or more values to a Redis SET key.
"},{"t":"M","n":"Redis::sAddArray","p":"Redis.html#method_sAddArray","d":"Add one or more values to a Redis SET key. This is an alternative to Redis::sadd() but\ninstead of being variadic, takes a single array of values.
"},{"t":"M","n":"Redis::sDiff","p":"Redis.html#method_sDiff","d":"Given one or more Redis SETS, this command returns all of the members from the first\nset that are not in any subsequent set.
"},{"t":"M","n":"Redis::sDiffStore","p":"Redis.html#method_sDiffStore","d":"This method performs the same operation as SDIFF except it stores the resulting diff\nvalues in a specified destination key.
"},{"t":"M","n":"Redis::sInter","p":"Redis.html#method_sInter","d":"Given one or more Redis SET keys, this command will return all of the elements that are\nin every one.
"},{"t":"M","n":"Redis::sintercard","p":"Redis.html#method_sintercard","d":"Compute the intersection of one or more sets and return the cardinality of the result.
"},{"t":"M","n":"Redis::sInterStore","p":"Redis.html#method_sInterStore","d":"Perform the intersection of one or more Redis SETs, storing the result in a destination\nkey, rather than returning them.
"},{"t":"M","n":"Redis::sMembers","p":"Redis.html#method_sMembers","d":"Retrieve every member from a set key.
"},{"t":"M","n":"Redis::sMisMember","p":"Redis.html#method_sMisMember","d":"Check if one or more values are members of a set.
"},{"t":"M","n":"Redis::sMove","p":"Redis.html#method_sMove","d":"Pop a member from one set and push it onto another. This command will create the\ndestination set if it does not currently exist.
"},{"t":"M","n":"Redis::sPop","p":"Redis.html#method_sPop","d":"Remove one or more elements from a set.
"},{"t":"M","n":"Redis::sRandMember","p":"Redis.html#method_sRandMember","d":"Retrieve one or more random members of a set.
"},{"t":"M","n":"Redis::sUnion","p":"Redis.html#method_sUnion","d":"Returns the union of one or more Redis SET keys.
"},{"t":"M","n":"Redis::sUnionStore","p":"Redis.html#method_sUnionStore","d":"Perform a union of one or more Redis SET keys and store the result in a new set
"},{"t":"M","n":"Redis::save","p":"Redis.html#method_save","d":"Persist the Redis database to disk. This command will block the server until the save is\ncompleted. For a nonblocking alternative, see Redis::bgsave().
"},{"t":"M","n":"Redis::scan","p":"Redis.html#method_scan","d":"Incrementally scan the Redis keyspace, with optional pattern and type matching.
"},{"t":"M","n":"Redis::scard","p":"Redis.html#method_scard","d":"Retrieve the number of members in a Redis set.
"},{"t":"M","n":"Redis::script","p":"Redis.html#method_script","d":"An administrative command used to interact with LUA scripts stored on the server.
"},{"t":"M","n":"Redis::select","p":"Redis.html#method_select","d":"Select a specific Redis database.
"},{"t":"M","n":"Redis::set","p":"Redis.html#method_set","d":"Create or set a Redis STRING key to a value.
"},{"t":"M","n":"Redis::setBit","p":"Redis.html#method_setBit","d":"Set a specific bit in a Redis string to zero or one
"},{"t":"M","n":"Redis::setRange","p":"Redis.html#method_setRange","d":"Update or append to a Redis string at a specific starting index
"},{"t":"M","n":"Redis::setOption","p":"Redis.html#method_setOption","d":"Set a configurable option on the Redis object.
"},{"t":"M","n":"Redis::setex","p":"Redis.html#method_setex","d":"Set a Redis STRING key with a specific expiration in seconds.
"},{"t":"M","n":"Redis::setnx","p":"Redis.html#method_setnx","d":"Set a key to a value, but only if that key does not already exist.
"},{"t":"M","n":"Redis::sismember","p":"Redis.html#method_sismember","d":"Check whether a given value is the member of a Redis SET.
"},{"t":"M","n":"Redis::slaveof","p":"Redis.html#method_slaveof","d":"Turn a redis instance into a replica of another or promote a replica\nto a primary.
"},{"t":"M","n":"Redis::replicaof","p":"Redis.html#method_replicaof","d":"Used to turn a Redis instance into a replica of another, or to remove\nreplica status promoting the instance to a primary.
"},{"t":"M","n":"Redis::touch","p":"Redis.html#method_touch","d":"Update one or more keys last modified metadata.
"},{"t":"M","n":"Redis::slowlog","p":"Redis.html#method_slowlog","d":"Interact with Redis' slowlog functionality in various ways, depending\non the value of 'operation'.
"},{"t":"M","n":"Redis::sort","p":"Redis.html#method_sort","d":"Sort the contents of a Redis key in various ways.
"},{"t":"M","n":"Redis::sort_ro","p":"Redis.html#method_sort_ro","d":"This is simply a read-only variant of the sort command
"},{"t":"M","n":"Redis::sortAsc","p":"Redis.html#method_sortAsc","d":""},{"t":"M","n":"Redis::sortAscAlpha","p":"Redis.html#method_sortAscAlpha","d":""},{"t":"M","n":"Redis::sortDesc","p":"Redis.html#method_sortDesc","d":""},{"t":"M","n":"Redis::sortDescAlpha","p":"Redis.html#method_sortDescAlpha","d":""},{"t":"M","n":"Redis::srem","p":"Redis.html#method_srem","d":"Remove one or more values from a Redis SET key.
"},{"t":"M","n":"Redis::sscan","p":"Redis.html#method_sscan","d":"Scan the members of a redis SET key.
"},{"t":"M","n":"Redis::ssubscribe","p":"Redis.html#method_ssubscribe","d":"Subscribes the client to the specified shard channels.
"},{"t":"M","n":"Redis::strlen","p":"Redis.html#method_strlen","d":"Retrieve the length of a Redis STRING key.
"},{"t":"M","n":"Redis::subscribe","p":"Redis.html#method_subscribe","d":"Subscribe to one or more Redis pubsub channels.
"},{"t":"M","n":"Redis::sunsubscribe","p":"Redis.html#method_sunsubscribe","d":"Unsubscribes the client from the given shard channels,\nor from all of them if none is given.
"},{"t":"M","n":"Redis::swapdb","p":"Redis.html#method_swapdb","d":"Atomically swap two Redis databases so that all of the keys in the source database will\nnow be in the destination database and vice-versa.
"},{"t":"M","n":"Redis::time","p":"Redis.html#method_time","d":"Retrieve the server time from the connected Redis instance.
"},{"t":"M","n":"Redis::ttl","p":"Redis.html#method_ttl","d":"Get the amount of time a Redis key has before it will expire, in seconds.
"},{"t":"M","n":"Redis::type","p":"Redis.html#method_type","d":"Get the type of a given Redis key.
"},{"t":"M","n":"Redis::unlink","p":"Redis.html#method_unlink","d":"Delete one or more keys from the Redis database. Unlike this operation, the actual\ndeletion is asynchronous, meaning it is safe to delete large keys without fear of\nRedis blocking for a long period of time.
"},{"t":"M","n":"Redis::unsubscribe","p":"Redis.html#method_unsubscribe","d":"Unsubscribe from one or more subscribed channels.
"},{"t":"M","n":"Redis::unwatch","p":"Redis.html#method_unwatch","d":"Remove any previously WATCH'ed keys in a transaction.
"},{"t":"M","n":"Redis::watch","p":"Redis.html#method_watch","d":"Watch one or more keys for conditional execution of a transaction.
"},{"t":"M","n":"Redis::wait","p":"Redis.html#method_wait","d":"Block the client up to the provided timeout until a certain number of replicas have confirmed\nreceiving them.
"},{"t":"M","n":"Redis::xack","p":"Redis.html#method_xack","d":"Acknowledge one or more messages that are pending (have been consumed using XREADGROUP but\nnot yet acknowledged by XACK.)
"},{"t":"M","n":"Redis::xadd","p":"Redis.html#method_xadd","d":"Append a message to a stream.
"},{"t":"M","n":"Redis::xautoclaim","p":"Redis.html#method_xautoclaim","d":"This command allows a consumer to claim pending messages that have been idle for a specified period of time.
"},{"t":"M","n":"Redis::xclaim","p":"Redis.html#method_xclaim","d":"This method allows a consumer to take ownership of pending stream entries, by ID. Another\ncommand that does much the same thing but does not require passing specific IDs is Redis::xAutoClaim.
"},{"t":"M","n":"Redis::xdel","p":"Redis.html#method_xdel","d":"Remove one or more specific IDs from a stream.
"},{"t":"M","n":"Redis::xgroup","p":"Redis.html#method_xgroup","d":"XGROUP"},{"t":"M","n":"Redis::xinfo","p":"Redis.html#method_xinfo","d":"Retrieve information about a stream key.
"},{"t":"M","n":"Redis::xlen","p":"Redis.html#method_xlen","d":"Get the number of messages in a Redis STREAM key.
"},{"t":"M","n":"Redis::xpending","p":"Redis.html#method_xpending","d":"Interact with stream messages that have been consumed by a consumer group but not yet\nacknowledged with XACK.
"},{"t":"M","n":"Redis::xrange","p":"Redis.html#method_xrange","d":"Get a range of entries from a STREAM key.
"},{"t":"M","n":"Redis::xread","p":"Redis.html#method_xread","d":"Consume one or more unconsumed elements in one or more streams.
"},{"t":"M","n":"Redis::xreadgroup","p":"Redis.html#method_xreadgroup","d":"Read one or more messages using a consumer group.
"},{"t":"M","n":"Redis::xrevrange","p":"Redis.html#method_xrevrange","d":"Get a range of entries from a STREAM key in reverse chronological order.
"},{"t":"M","n":"Redis::vadd","p":"Redis.html#method_vadd","d":"Add to a vector set
"},{"t":"M","n":"Redis::vsim","p":"Redis.html#method_vsim","d":"Query similarity of a vector by element or scores
"},{"t":"M","n":"Redis::vcard","p":"Redis.html#method_vcard","d":"Get the length of a vector set
"},{"t":"M","n":"Redis::vdim","p":"Redis.html#method_vdim","d":"Get the dimensions of a vector set
"},{"t":"M","n":"Redis::vinfo","p":"Redis.html#method_vinfo","d":"Get various bits of information about a vector set
"},{"t":"M","n":"Redis::vismember","p":"Redis.html#method_vismember","d":"Check if an element is a member of a vectorset
"},{"t":"M","n":"Redis::vemb","p":"Redis.html#method_vemb","d":"Get the embeddings for a specific member
"},{"t":"M","n":"Redis::vrandmember","p":"Redis.html#method_vrandmember","d":"Get one or more random members from a vector set
"},{"t":"M","n":"Redis::vrange","p":"Redis.html#method_vrange","d":"Retreive a lexographical range of elements from a vector set
"},{"t":"M","n":"Redis::vrem","p":"Redis.html#method_vrem","d":"Remove an element from a vector set
"},{"t":"M","n":"Redis::vsetattr","p":"Redis.html#method_vsetattr","d":"Set the attributes of a vector set element
"},{"t":"M","n":"Redis::vgetattr","p":"Redis.html#method_vgetattr","d":"Get the attributes of a vector set element
"},{"t":"M","n":"Redis::vlinks","p":"Redis.html#method_vlinks","d":"Get any adajcent values for a member of a vector set.
"},{"t":"M","n":"Redis::xtrim","p":"Redis.html#method_xtrim","d":"Truncate a STREAM key in various ways.
"},{"t":"M","n":"Redis::zAdd","p":"Redis.html#method_zAdd","d":"Add one or more elements and scores to a Redis sorted set.
"},{"t":"M","n":"Redis::zCard","p":"Redis.html#method_zCard","d":"Return the number of elements in a sorted set.
"},{"t":"M","n":"Redis::zCount","p":"Redis.html#method_zCount","d":"Count the number of members in a sorted set with scores inside a provided range.
"},{"t":"M","n":"Redis::zIncrBy","p":"Redis.html#method_zIncrBy","d":"Create or increment the score of a member in a Redis sorted set
"},{"t":"M","n":"Redis::zLexCount","p":"Redis.html#method_zLexCount","d":"Count the number of elements in a sorted set whose members fall within the provided\nlexographical range.
"},{"t":"M","n":"Redis::zMscore","p":"Redis.html#method_zMscore","d":"Retrieve the score of one or more members in a sorted set.
"},{"t":"M","n":"Redis::zPopMax","p":"Redis.html#method_zPopMax","d":"Pop one or more of the highest scoring elements from a sorted set.
"},{"t":"M","n":"Redis::zPopMin","p":"Redis.html#method_zPopMin","d":"Pop one or more of the lowest scoring elements from a sorted set.
"},{"t":"M","n":"Redis::zRange","p":"Redis.html#method_zRange","d":"Retrieve a range of elements of a sorted set between a start and end point.
"},{"t":"M","n":"Redis::zRangeByLex","p":"Redis.html#method_zRangeByLex","d":"Retrieve a range of elements from a sorted set by legographical range.
"},{"t":"M","n":"Redis::zRangeByScore","p":"Redis.html#method_zRangeByScore","d":"Retrieve a range of members from a sorted set by their score.
"},{"t":"M","n":"Redis::zrangestore","p":"Redis.html#method_zrangestore","d":"This command is similar to ZRANGE except that instead of returning the values directly\nit will store them in a destination key provided by the user
"},{"t":"M","n":"Redis::zRandMember","p":"Redis.html#method_zRandMember","d":"Retrieve one or more random members from a Redis sorted set.
"},{"t":"M","n":"Redis::zRank","p":"Redis.html#method_zRank","d":"Get the rank of a member of a sorted set, by score.
"},{"t":"M","n":"Redis::zRem","p":"Redis.html#method_zRem","d":"Remove one or more members from a Redis sorted set.
"},{"t":"M","n":"Redis::zRemRangeByLex","p":"Redis.html#method_zRemRangeByLex","d":"Remove zero or more elements from a Redis sorted set by legographical range.
"},{"t":"M","n":"Redis::zRemRangeByRank","p":"Redis.html#method_zRemRangeByRank","d":"Remove one or more members of a sorted set by their rank.
"},{"t":"M","n":"Redis::zRemRangeByScore","p":"Redis.html#method_zRemRangeByScore","d":"Remove one or more members of a sorted set by their score.
"},{"t":"M","n":"Redis::zRevRange","p":"Redis.html#method_zRevRange","d":"List the members of a Redis sorted set in reverse order
"},{"t":"M","n":"Redis::zRevRangeByLex","p":"Redis.html#method_zRevRangeByLex","d":"List members of a Redis sorted set within a legographical range, in reverse order.
"},{"t":"M","n":"Redis::zRevRangeByScore","p":"Redis.html#method_zRevRangeByScore","d":"List elements from a Redis sorted set by score, highest to lowest
"},{"t":"M","n":"Redis::zRevRank","p":"Redis.html#method_zRevRank","d":"Retrieve a member of a sorted set by reverse rank.
"},{"t":"M","n":"Redis::zScore","p":"Redis.html#method_zScore","d":"Get the score of a member of a sorted set.
"},{"t":"M","n":"Redis::zdiff","p":"Redis.html#method_zdiff","d":"Given one or more sorted set key names, return every element that is in the first\nset but not any of the others.
"},{"t":"M","n":"Redis::zdiffstore","p":"Redis.html#method_zdiffstore","d":"Store the difference of one or more sorted sets in a destination sorted set.
"},{"t":"M","n":"Redis::zinter","p":"Redis.html#method_zinter","d":"Compute the intersection of one or more sorted sets and return the members
"},{"t":"M","n":"Redis::zintercard","p":"Redis.html#method_zintercard","d":"Similar to ZINTER but instead of returning the intersected values, this command returns the\ncardinality of the intersected set.
"},{"t":"M","n":"Redis::zinterstore","p":"Redis.html#method_zinterstore","d":"Compute the intersection of one or more sorted sets storing the result in a new sorted set.
"},{"t":"M","n":"Redis::zscan","p":"Redis.html#method_zscan","d":"Scan the members of a sorted set incrementally, using a cursor
"},{"t":"M","n":"Redis::zunion","p":"Redis.html#method_zunion","d":"Retrieve the union of one or more sorted sets
"},{"t":"M","n":"Redis::zunionstore","p":"Redis.html#method_zunionstore","d":"Perform a union on one or more Redis sets and store the result in a destination sorted set.
"},{"t":"M","n":"Redis::digest","p":"Redis.html#method_digest","d":"Ask the server for the XXH3 digest of a given key's value
"},{"t":"M","n":"RedisArray::__call","p":"RedisArray.html#method___call","d":null},{"t":"M","n":"RedisArray::__construct","p":"RedisArray.html#method___construct","d":null},{"t":"M","n":"RedisArray::_continuum","p":"RedisArray.html#method__continuum","d":null},{"t":"M","n":"RedisArray::_distributor","p":"RedisArray.html#method__distributor","d":null},{"t":"M","n":"RedisArray::_function","p":"RedisArray.html#method__function","d":null},{"t":"M","n":"RedisArray::_hosts","p":"RedisArray.html#method__hosts","d":null},{"t":"M","n":"RedisArray::_instance","p":"RedisArray.html#method__instance","d":null},{"t":"M","n":"RedisArray::_rehash","p":"RedisArray.html#method__rehash","d":null},{"t":"M","n":"RedisArray::_target","p":"RedisArray.html#method__target","d":null},{"t":"M","n":"RedisArray::bgsave","p":"RedisArray.html#method_bgsave","d":null},{"t":"M","n":"RedisArray::del","p":"RedisArray.html#method_del","d":null},{"t":"M","n":"RedisArray::discard","p":"RedisArray.html#method_discard","d":null},{"t":"M","n":"RedisArray::exec","p":"RedisArray.html#method_exec","d":null},{"t":"M","n":"RedisArray::flushall","p":"RedisArray.html#method_flushall","d":null},{"t":"M","n":"RedisArray::flushdb","p":"RedisArray.html#method_flushdb","d":null},{"t":"M","n":"RedisArray::getOption","p":"RedisArray.html#method_getOption","d":null},{"t":"M","n":"RedisArray::hscan","p":"RedisArray.html#method_hscan","d":null},{"t":"M","n":"RedisArray::info","p":"RedisArray.html#method_info","d":null},{"t":"M","n":"RedisArray::keys","p":"RedisArray.html#method_keys","d":null},{"t":"M","n":"RedisArray::mget","p":"RedisArray.html#method_mget","d":null},{"t":"M","n":"RedisArray::mset","p":"RedisArray.html#method_mset","d":null},{"t":"M","n":"RedisArray::multi","p":"RedisArray.html#method_multi","d":null},{"t":"M","n":"RedisArray::ping","p":"RedisArray.html#method_ping","d":null},{"t":"M","n":"RedisArray::save","p":"RedisArray.html#method_save","d":null},{"t":"M","n":"RedisArray::scan","p":"RedisArray.html#method_scan","d":null},{"t":"M","n":"RedisArray::select","p":"RedisArray.html#method_select","d":null},{"t":"M","n":"RedisArray::setOption","p":"RedisArray.html#method_setOption","d":null},{"t":"M","n":"RedisArray::sscan","p":"RedisArray.html#method_sscan","d":null},{"t":"M","n":"RedisArray::unlink","p":"RedisArray.html#method_unlink","d":null},{"t":"M","n":"RedisArray::unwatch","p":"RedisArray.html#method_unwatch","d":null},{"t":"M","n":"RedisArray::zscan","p":"RedisArray.html#method_zscan","d":null},{"t":"M","n":"RedisArray::acl","p":"RedisArray.html#method_acl","d":""},{"t":"M","n":"RedisArray::append","p":"RedisArray.html#method_append","d":""},{"t":"M","n":"RedisArray::auth","p":"RedisArray.html#method_auth","d":""},{"t":"M","n":"RedisArray::bgrewriteaof","p":"RedisArray.html#method_bgrewriteaof","d":""},{"t":"M","n":"RedisArray::waitaof","p":"RedisArray.html#method_waitaof","d":""},{"t":"M","n":"RedisArray::bitcount","p":"RedisArray.html#method_bitcount","d":""},{"t":"M","n":"RedisArray::bitop","p":"RedisArray.html#method_bitop","d":""},{"t":"M","n":"RedisArray::bitpos","p":"RedisArray.html#method_bitpos","d":""},{"t":"M","n":"RedisArray::blPop","p":"RedisArray.html#method_blPop","d":""},{"t":"M","n":"RedisArray::brPop","p":"RedisArray.html#method_brPop","d":""},{"t":"M","n":"RedisArray::brpoplpush","p":"RedisArray.html#method_brpoplpush","d":""},{"t":"M","n":"RedisArray::bzPopMax","p":"RedisArray.html#method_bzPopMax","d":""},{"t":"M","n":"RedisArray::bzPopMin","p":"RedisArray.html#method_bzPopMin","d":""},{"t":"M","n":"RedisArray::bzmpop","p":"RedisArray.html#method_bzmpop","d":""},{"t":"M","n":"RedisArray::zmpop","p":"RedisArray.html#method_zmpop","d":""},{"t":"M","n":"RedisArray::blmpop","p":"RedisArray.html#method_blmpop","d":""},{"t":"M","n":"RedisArray::lmpop","p":"RedisArray.html#method_lmpop","d":""},{"t":"M","n":"RedisArray::clearLastError","p":"RedisArray.html#method_clearLastError","d":""},{"t":"M","n":"RedisArray::client","p":"RedisArray.html#method_client","d":""},{"t":"M","n":"RedisArray::close","p":"RedisArray.html#method_close","d":""},{"t":"M","n":"RedisArray::command","p":"RedisArray.html#method_command","d":""},{"t":"M","n":"RedisArray::config","p":"RedisArray.html#method_config","d":""},{"t":"M","n":"RedisArray::copy","p":"RedisArray.html#method_copy","d":""},{"t":"M","n":"RedisArray::dbSize","p":"RedisArray.html#method_dbSize","d":""},{"t":"M","n":"RedisArray::debug","p":"RedisArray.html#method_debug","d":""},{"t":"M","n":"RedisArray::decr","p":"RedisArray.html#method_decr","d":""},{"t":"M","n":"RedisArray::decrBy","p":"RedisArray.html#method_decrBy","d":""},{"t":"M","n":"RedisArray::delifeq","p":"RedisArray.html#method_delifeq","d":""},{"t":"M","n":"RedisArray::delete","p":"RedisArray.html#method_delete","d":""},{"t":"M","n":"RedisArray::dump","p":"RedisArray.html#method_dump","d":""},{"t":"M","n":"RedisArray::echo","p":"RedisArray.html#method_echo","d":""},{"t":"M","n":"RedisArray::eval","p":"RedisArray.html#method_eval","d":""},{"t":"M","n":"RedisArray::eval_ro","p":"RedisArray.html#method_eval_ro","d":""},{"t":"M","n":"RedisArray::evalsha","p":"RedisArray.html#method_evalsha","d":""},{"t":"M","n":"RedisArray::evalsha_ro","p":"RedisArray.html#method_evalsha_ro","d":""},{"t":"M","n":"RedisArray::exists","p":"RedisArray.html#method_exists","d":""},{"t":"M","n":"RedisArray::expire","p":"RedisArray.html#method_expire","d":""},{"t":"M","n":"RedisArray::expireAt","p":"RedisArray.html#method_expireAt","d":""},{"t":"M","n":"RedisArray::failover","p":"RedisArray.html#method_failover","d":""},{"t":"M","n":"RedisArray::expiretime","p":"RedisArray.html#method_expiretime","d":""},{"t":"M","n":"RedisArray::pexpiretime","p":"RedisArray.html#method_pexpiretime","d":""},{"t":"M","n":"RedisArray::fcall","p":"RedisArray.html#method_fcall","d":""},{"t":"M","n":"RedisArray::fcall_ro","p":"RedisArray.html#method_fcall_ro","d":""},{"t":"M","n":"RedisArray::function","p":"RedisArray.html#method_function","d":""},{"t":"M","n":"RedisArray::geoadd","p":"RedisArray.html#method_geoadd","d":""},{"t":"M","n":"RedisArray::geodist","p":"RedisArray.html#method_geodist","d":""},{"t":"M","n":"RedisArray::geohash","p":"RedisArray.html#method_geohash","d":""},{"t":"M","n":"RedisArray::geopos","p":"RedisArray.html#method_geopos","d":""},{"t":"M","n":"RedisArray::georadius","p":"RedisArray.html#method_georadius","d":""},{"t":"M","n":"RedisArray::georadius_ro","p":"RedisArray.html#method_georadius_ro","d":""},{"t":"M","n":"RedisArray::georadiusbymember","p":"RedisArray.html#method_georadiusbymember","d":""},{"t":"M","n":"RedisArray::georadiusbymember_ro","p":"RedisArray.html#method_georadiusbymember_ro","d":""},{"t":"M","n":"RedisArray::geosearch","p":"RedisArray.html#method_geosearch","d":""},{"t":"M","n":"RedisArray::geosearchstore","p":"RedisArray.html#method_geosearchstore","d":""},{"t":"M","n":"RedisArray::get","p":"RedisArray.html#method_get","d":""},{"t":"M","n":"RedisArray::getWithMeta","p":"RedisArray.html#method_getWithMeta","d":""},{"t":"M","n":"RedisArray::getAuth","p":"RedisArray.html#method_getAuth","d":""},{"t":"M","n":"RedisArray::getBit","p":"RedisArray.html#method_getBit","d":""},{"t":"M","n":"RedisArray::getEx","p":"RedisArray.html#method_getEx","d":""},{"t":"M","n":"RedisArray::getDBNum","p":"RedisArray.html#method_getDBNum","d":""},{"t":"M","n":"RedisArray::getDel","p":"RedisArray.html#method_getDel","d":""},{"t":"M","n":"RedisArray::getHost","p":"RedisArray.html#method_getHost","d":""},{"t":"M","n":"RedisArray::getLastError","p":"RedisArray.html#method_getLastError","d":""},{"t":"M","n":"RedisArray::getMode","p":"RedisArray.html#method_getMode","d":""},{"t":"M","n":"RedisArray::getPersistentID","p":"RedisArray.html#method_getPersistentID","d":""},{"t":"M","n":"RedisArray::getPort","p":"RedisArray.html#method_getPort","d":""},{"t":"M","n":"RedisArray::serverName","p":"RedisArray.html#method_serverName","d":""},{"t":"M","n":"RedisArray::serverVersion","p":"RedisArray.html#method_serverVersion","d":""},{"t":"M","n":"RedisArray::getRange","p":"RedisArray.html#method_getRange","d":""},{"t":"M","n":"RedisArray::lcs","p":"RedisArray.html#method_lcs","d":""},{"t":"M","n":"RedisArray::getReadTimeout","p":"RedisArray.html#method_getReadTimeout","d":""},{"t":"M","n":"RedisArray::getset","p":"RedisArray.html#method_getset","d":""},{"t":"M","n":"RedisArray::getTimeout","p":"RedisArray.html#method_getTimeout","d":""},{"t":"M","n":"RedisArray::getTransferredBytes","p":"RedisArray.html#method_getTransferredBytes","d":""},{"t":"M","n":"RedisArray::clearTransferredBytes","p":"RedisArray.html#method_clearTransferredBytes","d":""},{"t":"M","n":"RedisArray::hDel","p":"RedisArray.html#method_hDel","d":""},{"t":"M","n":"RedisArray::hExists","p":"RedisArray.html#method_hExists","d":""},{"t":"M","n":"RedisArray::hGet","p":"RedisArray.html#method_hGet","d":""},{"t":"M","n":"RedisArray::hGetAll","p":"RedisArray.html#method_hGetAll","d":""},{"t":"M","n":"RedisArray::hGetWithMeta","p":"RedisArray.html#method_hGetWithMeta","d":""},{"t":"M","n":"RedisArray::hIncrBy","p":"RedisArray.html#method_hIncrBy","d":""},{"t":"M","n":"RedisArray::hIncrByFloat","p":"RedisArray.html#method_hIncrByFloat","d":""},{"t":"M","n":"RedisArray::hKeys","p":"RedisArray.html#method_hKeys","d":""},{"t":"M","n":"RedisArray::hLen","p":"RedisArray.html#method_hLen","d":""},{"t":"M","n":"RedisArray::hMget","p":"RedisArray.html#method_hMget","d":""},{"t":"M","n":"RedisArray::hgetex","p":"RedisArray.html#method_hgetex","d":""},{"t":"M","n":"RedisArray::hsetex","p":"RedisArray.html#method_hsetex","d":""},{"t":"M","n":"RedisArray::hgetdel","p":"RedisArray.html#method_hgetdel","d":""},{"t":"M","n":"RedisArray::hMset","p":"RedisArray.html#method_hMset","d":""},{"t":"M","n":"RedisArray::hRandField","p":"RedisArray.html#method_hRandField","d":""},{"t":"M","n":"RedisArray::hSet","p":"RedisArray.html#method_hSet","d":""},{"t":"M","n":"RedisArray::hSetNx","p":"RedisArray.html#method_hSetNx","d":""},{"t":"M","n":"RedisArray::hStrLen","p":"RedisArray.html#method_hStrLen","d":""},{"t":"M","n":"RedisArray::hVals","p":"RedisArray.html#method_hVals","d":""},{"t":"M","n":"RedisArray::httl","p":"RedisArray.html#method_httl","d":""},{"t":"M","n":"RedisArray::hpttl","p":"RedisArray.html#method_hpttl","d":""},{"t":"M","n":"RedisArray::hexpiretime","p":"RedisArray.html#method_hexpiretime","d":""},{"t":"M","n":"RedisArray::hpexpiretime","p":"RedisArray.html#method_hpexpiretime","d":""},{"t":"M","n":"RedisArray::hpersist","p":"RedisArray.html#method_hpersist","d":""},{"t":"M","n":"RedisArray::expiremember","p":"RedisArray.html#method_expiremember","d":""},{"t":"M","n":"RedisArray::expirememberat","p":"RedisArray.html#method_expirememberat","d":""},{"t":"M","n":"RedisArray::incr","p":"RedisArray.html#method_incr","d":""},{"t":"M","n":"RedisArray::incrBy","p":"RedisArray.html#method_incrBy","d":""},{"t":"M","n":"RedisArray::incrByFloat","p":"RedisArray.html#method_incrByFloat","d":""},{"t":"M","n":"RedisArray::isConnected","p":"RedisArray.html#method_isConnected","d":""},{"t":"M","n":"RedisArray::lInsert","p":"RedisArray.html#method_lInsert","d":""},{"t":"M","n":"RedisArray::lLen","p":"RedisArray.html#method_lLen","d":""},{"t":"M","n":"RedisArray::lMove","p":"RedisArray.html#method_lMove","d":""},{"t":"M","n":"RedisArray::blmove","p":"RedisArray.html#method_blmove","d":""},{"t":"M","n":"RedisArray::lPop","p":"RedisArray.html#method_lPop","d":""},{"t":"M","n":"RedisArray::lPos","p":"RedisArray.html#method_lPos","d":""},{"t":"M","n":"RedisArray::lPush","p":"RedisArray.html#method_lPush","d":""},{"t":"M","n":"RedisArray::rPush","p":"RedisArray.html#method_rPush","d":""},{"t":"M","n":"RedisArray::lPushx","p":"RedisArray.html#method_lPushx","d":""},{"t":"M","n":"RedisArray::rPushx","p":"RedisArray.html#method_rPushx","d":""},{"t":"M","n":"RedisArray::lSet","p":"RedisArray.html#method_lSet","d":""},{"t":"M","n":"RedisArray::lastSave","p":"RedisArray.html#method_lastSave","d":""},{"t":"M","n":"RedisArray::lindex","p":"RedisArray.html#method_lindex","d":""},{"t":"M","n":"RedisArray::lrange","p":"RedisArray.html#method_lrange","d":""},{"t":"M","n":"RedisArray::lrem","p":"RedisArray.html#method_lrem","d":""},{"t":"M","n":"RedisArray::ltrim","p":"RedisArray.html#method_ltrim","d":""},{"t":"M","n":"RedisArray::move","p":"RedisArray.html#method_move","d":""},{"t":"M","n":"RedisArray::msetnx","p":"RedisArray.html#method_msetnx","d":""},{"t":"M","n":"RedisArray::object","p":"RedisArray.html#method_object","d":""},{"t":"M","n":"RedisArray::open","p":"RedisArray.html#method_open","d":""},{"t":"M","n":"RedisArray::pconnect","p":"RedisArray.html#method_pconnect","d":""},{"t":"M","n":"RedisArray::persist","p":"RedisArray.html#method_persist","d":""},{"t":"M","n":"RedisArray::pexpire","p":"RedisArray.html#method_pexpire","d":""},{"t":"M","n":"RedisArray::pexpireAt","p":"RedisArray.html#method_pexpireAt","d":""},{"t":"M","n":"RedisArray::pfadd","p":"RedisArray.html#method_pfadd","d":""},{"t":"M","n":"RedisArray::pfcount","p":"RedisArray.html#method_pfcount","d":""},{"t":"M","n":"RedisArray::pfmerge","p":"RedisArray.html#method_pfmerge","d":""},{"t":"M","n":"RedisArray::pipeline","p":"RedisArray.html#method_pipeline","d":""},{"t":"M","n":"RedisArray::popen","p":"RedisArray.html#method_popen","d":""},{"t":"M","n":"RedisArray::psetex","p":"RedisArray.html#method_psetex","d":""},{"t":"M","n":"RedisArray::psubscribe","p":"RedisArray.html#method_psubscribe","d":""},{"t":"M","n":"RedisArray::pttl","p":"RedisArray.html#method_pttl","d":""},{"t":"M","n":"RedisArray::publish","p":"RedisArray.html#method_publish","d":""},{"t":"M","n":"RedisArray::pubsub","p":"RedisArray.html#method_pubsub","d":""},{"t":"M","n":"RedisArray::punsubscribe","p":"RedisArray.html#method_punsubscribe","d":""},{"t":"M","n":"RedisArray::rPop","p":"RedisArray.html#method_rPop","d":""},{"t":"M","n":"RedisArray::randomKey","p":"RedisArray.html#method_randomKey","d":""},{"t":"M","n":"RedisArray::rawcommand","p":"RedisArray.html#method_rawcommand","d":""},{"t":"M","n":"RedisArray::rename","p":"RedisArray.html#method_rename","d":""},{"t":"M","n":"RedisArray::renameNx","p":"RedisArray.html#method_renameNx","d":""},{"t":"M","n":"RedisArray::reset","p":"RedisArray.html#method_reset","d":""},{"t":"M","n":"RedisArray::restore","p":"RedisArray.html#method_restore","d":""},{"t":"M","n":"RedisArray::role","p":"RedisArray.html#method_role","d":""},{"t":"M","n":"RedisArray::rpoplpush","p":"RedisArray.html#method_rpoplpush","d":""},{"t":"M","n":"RedisArray::sAdd","p":"RedisArray.html#method_sAdd","d":""},{"t":"M","n":"RedisArray::sAddArray","p":"RedisArray.html#method_sAddArray","d":""},{"t":"M","n":"RedisArray::sDiff","p":"RedisArray.html#method_sDiff","d":""},{"t":"M","n":"RedisArray::sDiffStore","p":"RedisArray.html#method_sDiffStore","d":""},{"t":"M","n":"RedisArray::sInter","p":"RedisArray.html#method_sInter","d":""},{"t":"M","n":"RedisArray::sintercard","p":"RedisArray.html#method_sintercard","d":""},{"t":"M","n":"RedisArray::sInterStore","p":"RedisArray.html#method_sInterStore","d":""},{"t":"M","n":"RedisArray::sMembers","p":"RedisArray.html#method_sMembers","d":""},{"t":"M","n":"RedisArray::sMisMember","p":"RedisArray.html#method_sMisMember","d":""},{"t":"M","n":"RedisArray::sMove","p":"RedisArray.html#method_sMove","d":""},{"t":"M","n":"RedisArray::sPop","p":"RedisArray.html#method_sPop","d":""},{"t":"M","n":"RedisArray::sRandMember","p":"RedisArray.html#method_sRandMember","d":""},{"t":"M","n":"RedisArray::sUnion","p":"RedisArray.html#method_sUnion","d":""},{"t":"M","n":"RedisArray::sUnionStore","p":"RedisArray.html#method_sUnionStore","d":""},{"t":"M","n":"RedisArray::scard","p":"RedisArray.html#method_scard","d":""},{"t":"M","n":"RedisArray::script","p":"RedisArray.html#method_script","d":""},{"t":"M","n":"RedisArray::set","p":"RedisArray.html#method_set","d":""},{"t":"M","n":"RedisArray::setBit","p":"RedisArray.html#method_setBit","d":""},{"t":"M","n":"RedisArray::setRange","p":"RedisArray.html#method_setRange","d":""},{"t":"M","n":"RedisArray::setex","p":"RedisArray.html#method_setex","d":""},{"t":"M","n":"RedisArray::setnx","p":"RedisArray.html#method_setnx","d":""},{"t":"M","n":"RedisArray::sismember","p":"RedisArray.html#method_sismember","d":""},{"t":"M","n":"RedisArray::slaveof","p":"RedisArray.html#method_slaveof","d":""},{"t":"M","n":"RedisArray::replicaof","p":"RedisArray.html#method_replicaof","d":""},{"t":"M","n":"RedisArray::touch","p":"RedisArray.html#method_touch","d":""},{"t":"M","n":"RedisArray::slowlog","p":"RedisArray.html#method_slowlog","d":""},{"t":"M","n":"RedisArray::sort","p":"RedisArray.html#method_sort","d":""},{"t":"M","n":"RedisArray::sort_ro","p":"RedisArray.html#method_sort_ro","d":""},{"t":"M","n":"RedisArray::sortAsc","p":"RedisArray.html#method_sortAsc","d":""},{"t":"M","n":"RedisArray::sortAscAlpha","p":"RedisArray.html#method_sortAscAlpha","d":""},{"t":"M","n":"RedisArray::sortDesc","p":"RedisArray.html#method_sortDesc","d":""},{"t":"M","n":"RedisArray::sortDescAlpha","p":"RedisArray.html#method_sortDescAlpha","d":""},{"t":"M","n":"RedisArray::srem","p":"RedisArray.html#method_srem","d":""},{"t":"M","n":"RedisArray::ssubscribe","p":"RedisArray.html#method_ssubscribe","d":""},{"t":"M","n":"RedisArray::strlen","p":"RedisArray.html#method_strlen","d":""},{"t":"M","n":"RedisArray::subscribe","p":"RedisArray.html#method_subscribe","d":""},{"t":"M","n":"RedisArray::sunsubscribe","p":"RedisArray.html#method_sunsubscribe","d":""},{"t":"M","n":"RedisArray::swapdb","p":"RedisArray.html#method_swapdb","d":""},{"t":"M","n":"RedisArray::time","p":"RedisArray.html#method_time","d":""},{"t":"M","n":"RedisArray::ttl","p":"RedisArray.html#method_ttl","d":""},{"t":"M","n":"RedisArray::type","p":"RedisArray.html#method_type","d":""},{"t":"M","n":"RedisArray::unsubscribe","p":"RedisArray.html#method_unsubscribe","d":""},{"t":"M","n":"RedisArray::watch","p":"RedisArray.html#method_watch","d":""},{"t":"M","n":"RedisArray::wait","p":"RedisArray.html#method_wait","d":""},{"t":"M","n":"RedisArray::xack","p":"RedisArray.html#method_xack","d":""},{"t":"M","n":"RedisArray::xadd","p":"RedisArray.html#method_xadd","d":""},{"t":"M","n":"RedisArray::xautoclaim","p":"RedisArray.html#method_xautoclaim","d":""},{"t":"M","n":"RedisArray::xclaim","p":"RedisArray.html#method_xclaim","d":""},{"t":"M","n":"RedisArray::xdel","p":"RedisArray.html#method_xdel","d":""},{"t":"M","n":"RedisArray::xinfo","p":"RedisArray.html#method_xinfo","d":""},{"t":"M","n":"RedisArray::xlen","p":"RedisArray.html#method_xlen","d":""},{"t":"M","n":"RedisArray::xpending","p":"RedisArray.html#method_xpending","d":""},{"t":"M","n":"RedisArray::xrange","p":"RedisArray.html#method_xrange","d":""},{"t":"M","n":"RedisArray::xread","p":"RedisArray.html#method_xread","d":""},{"t":"M","n":"RedisArray::xreadgroup","p":"RedisArray.html#method_xreadgroup","d":""},{"t":"M","n":"RedisArray::xrevrange","p":"RedisArray.html#method_xrevrange","d":""},{"t":"M","n":"RedisArray::vadd","p":"RedisArray.html#method_vadd","d":""},{"t":"M","n":"RedisArray::vsim","p":"RedisArray.html#method_vsim","d":""},{"t":"M","n":"RedisArray::vcard","p":"RedisArray.html#method_vcard","d":""},{"t":"M","n":"RedisArray::vdim","p":"RedisArray.html#method_vdim","d":""},{"t":"M","n":"RedisArray::vinfo","p":"RedisArray.html#method_vinfo","d":""},{"t":"M","n":"RedisArray::vismember","p":"RedisArray.html#method_vismember","d":""},{"t":"M","n":"RedisArray::vemb","p":"RedisArray.html#method_vemb","d":""},{"t":"M","n":"RedisArray::vrandmember","p":"RedisArray.html#method_vrandmember","d":""},{"t":"M","n":"RedisArray::vrange","p":"RedisArray.html#method_vrange","d":""},{"t":"M","n":"RedisArray::vrem","p":"RedisArray.html#method_vrem","d":""},{"t":"M","n":"RedisArray::vsetattr","p":"RedisArray.html#method_vsetattr","d":""},{"t":"M","n":"RedisArray::vgetattr","p":"RedisArray.html#method_vgetattr","d":""},{"t":"M","n":"RedisArray::vlinks","p":"RedisArray.html#method_vlinks","d":""},{"t":"M","n":"RedisArray::xtrim","p":"RedisArray.html#method_xtrim","d":""},{"t":"M","n":"RedisArray::zAdd","p":"RedisArray.html#method_zAdd","d":""},{"t":"M","n":"RedisArray::zCard","p":"RedisArray.html#method_zCard","d":""},{"t":"M","n":"RedisArray::zCount","p":"RedisArray.html#method_zCount","d":""},{"t":"M","n":"RedisArray::zIncrBy","p":"RedisArray.html#method_zIncrBy","d":""},{"t":"M","n":"RedisArray::zLexCount","p":"RedisArray.html#method_zLexCount","d":""},{"t":"M","n":"RedisArray::zMscore","p":"RedisArray.html#method_zMscore","d":""},{"t":"M","n":"RedisArray::zPopMax","p":"RedisArray.html#method_zPopMax","d":""},{"t":"M","n":"RedisArray::zPopMin","p":"RedisArray.html#method_zPopMin","d":""},{"t":"M","n":"RedisArray::zRange","p":"RedisArray.html#method_zRange","d":""},{"t":"M","n":"RedisArray::zRangeByLex","p":"RedisArray.html#method_zRangeByLex","d":""},{"t":"M","n":"RedisArray::zRangeByScore","p":"RedisArray.html#method_zRangeByScore","d":""},{"t":"M","n":"RedisArray::zRandMember","p":"RedisArray.html#method_zRandMember","d":""},{"t":"M","n":"RedisArray::zRank","p":"RedisArray.html#method_zRank","d":""},{"t":"M","n":"RedisArray::zRem","p":"RedisArray.html#method_zRem","d":""},{"t":"M","n":"RedisArray::zRemRangeByLex","p":"RedisArray.html#method_zRemRangeByLex","d":""},{"t":"M","n":"RedisArray::zRemRangeByRank","p":"RedisArray.html#method_zRemRangeByRank","d":""},{"t":"M","n":"RedisArray::zRemRangeByScore","p":"RedisArray.html#method_zRemRangeByScore","d":""},{"t":"M","n":"RedisArray::zRevRange","p":"RedisArray.html#method_zRevRange","d":""},{"t":"M","n":"RedisArray::zRevRangeByLex","p":"RedisArray.html#method_zRevRangeByLex","d":""},{"t":"M","n":"RedisArray::zRevRangeByScore","p":"RedisArray.html#method_zRevRangeByScore","d":""},{"t":"M","n":"RedisArray::zRevRank","p":"RedisArray.html#method_zRevRank","d":""},{"t":"M","n":"RedisArray::zScore","p":"RedisArray.html#method_zScore","d":""},{"t":"M","n":"RedisArray::zdiff","p":"RedisArray.html#method_zdiff","d":""},{"t":"M","n":"RedisArray::zdiffstore","p":"RedisArray.html#method_zdiffstore","d":""},{"t":"M","n":"RedisArray::zinter","p":"RedisArray.html#method_zinter","d":""},{"t":"M","n":"RedisArray::zintercard","p":"RedisArray.html#method_zintercard","d":""},{"t":"M","n":"RedisArray::zinterstore","p":"RedisArray.html#method_zinterstore","d":""},{"t":"M","n":"RedisArray::zunion","p":"RedisArray.html#method_zunion","d":""},{"t":"M","n":"RedisArray::zunionstore","p":"RedisArray.html#method_zunionstore","d":""},{"t":"M","n":"RedisCluster::__construct","p":"RedisCluster.html#method___construct","d":null},{"t":"M","n":"RedisCluster::_compress","p":"RedisCluster.html#method__compress","d":""},{"t":"M","n":"RedisCluster::_uncompress","p":"RedisCluster.html#method__uncompress","d":""},{"t":"M","n":"RedisCluster::_serialize","p":"RedisCluster.html#method__serialize","d":""},{"t":"M","n":"RedisCluster::_unserialize","p":"RedisCluster.html#method__unserialize","d":""},{"t":"M","n":"RedisCluster::_pack","p":"RedisCluster.html#method__pack","d":""},{"t":"M","n":"RedisCluster::_digest","p":"RedisCluster.html#method__digest","d":""},{"t":"M","n":"RedisCluster::_unpack","p":"RedisCluster.html#method__unpack","d":""},{"t":"M","n":"RedisCluster::_prefix","p":"RedisCluster.html#method__prefix","d":""},{"t":"M","n":"RedisCluster::_masters","p":"RedisCluster.html#method__masters","d":null},{"t":"M","n":"RedisCluster::_redir","p":"RedisCluster.html#method__redir","d":null},{"t":"M","n":"RedisCluster::acl","p":"RedisCluster.html#method_acl","d":""},{"t":"M","n":"RedisCluster::append","p":"RedisCluster.html#method_append","d":""},{"t":"M","n":"RedisCluster::bgrewriteaof","p":"RedisCluster.html#method_bgrewriteaof","d":""},{"t":"M","n":"RedisCluster::wait","p":"RedisCluster.html#method_wait","d":""},{"t":"M","n":"RedisCluster::waitaof","p":"RedisCluster.html#method_waitaof","d":""},{"t":"M","n":"RedisCluster::bgsave","p":"RedisCluster.html#method_bgsave","d":""},{"t":"M","n":"RedisCluster::bitcount","p":"RedisCluster.html#method_bitcount","d":""},{"t":"M","n":"RedisCluster::bitop","p":"RedisCluster.html#method_bitop","d":""},{"t":"M","n":"RedisCluster::bitpos","p":"RedisCluster.html#method_bitpos","d":"Return the position of the first bit set to 0 or 1 in a string.
"},{"t":"M","n":"RedisCluster::blpop","p":"RedisCluster.html#method_blpop","d":"See Redis::blpop()
"},{"t":"M","n":"RedisCluster::brpop","p":"RedisCluster.html#method_brpop","d":"See Redis::brpop()
"},{"t":"M","n":"RedisCluster::brpoplpush","p":"RedisCluster.html#method_brpoplpush","d":"See Redis::brpoplpush()
"},{"t":"M","n":"RedisCluster::lmove","p":"RedisCluster.html#method_lmove","d":"Move an element from one list into another.
"},{"t":"M","n":"RedisCluster::blmove","p":"RedisCluster.html#method_blmove","d":"Move an element from one list to another, blocking up to a timeout until an element is available.
"},{"t":"M","n":"RedisCluster::bzpopmax","p":"RedisCluster.html#method_bzpopmax","d":""},{"t":"M","n":"RedisCluster::bzpopmin","p":"RedisCluster.html#method_bzpopmin","d":""},{"t":"M","n":"RedisCluster::bzmpop","p":"RedisCluster.html#method_bzmpop","d":""},{"t":"M","n":"RedisCluster::zmpop","p":"RedisCluster.html#method_zmpop","d":""},{"t":"M","n":"RedisCluster::blmpop","p":"RedisCluster.html#method_blmpop","d":""},{"t":"M","n":"RedisCluster::lmpop","p":"RedisCluster.html#method_lmpop","d":""},{"t":"M","n":"RedisCluster::clearlasterror","p":"RedisCluster.html#method_clearlasterror","d":""},{"t":"M","n":"RedisCluster::client","p":"RedisCluster.html#method_client","d":""},{"t":"M","n":"RedisCluster::close","p":"RedisCluster.html#method_close","d":""},{"t":"M","n":"RedisCluster::cluster","p":"RedisCluster.html#method_cluster","d":""},{"t":"M","n":"RedisCluster::command","p":"RedisCluster.html#method_command","d":""},{"t":"M","n":"RedisCluster::config","p":"RedisCluster.html#method_config","d":""},{"t":"M","n":"RedisCluster::dbsize","p":"RedisCluster.html#method_dbsize","d":""},{"t":"M","n":"RedisCluster::copy","p":"RedisCluster.html#method_copy","d":""},{"t":"M","n":"RedisCluster::decr","p":"RedisCluster.html#method_decr","d":""},{"t":"M","n":"RedisCluster::decrby","p":"RedisCluster.html#method_decrby","d":""},{"t":"M","n":"RedisCluster::decrbyfloat","p":"RedisCluster.html#method_decrbyfloat","d":""},{"t":"M","n":"RedisCluster::del","p":"RedisCluster.html#method_del","d":""},{"t":"M","n":"RedisCluster::delex","p":"RedisCluster.html#method_delex","d":"Delete a key conditionally based on its value or hash digest
"},{"t":"M","n":"RedisCluster::delifeq","p":"RedisCluster.html#method_delifeq","d":"Delete a key if it's equal to the specified value. This command is\nspecific to Valkey >= 9.0
"},{"t":"M","n":"RedisCluster::discard","p":"RedisCluster.html#method_discard","d":""},{"t":"M","n":"RedisCluster::dump","p":"RedisCluster.html#method_dump","d":""},{"t":"M","n":"RedisCluster::echo","p":"RedisCluster.html#method_echo","d":""},{"t":"M","n":"RedisCluster::eval","p":"RedisCluster.html#method_eval","d":""},{"t":"M","n":"RedisCluster::eval_ro","p":"RedisCluster.html#method_eval_ro","d":""},{"t":"M","n":"RedisCluster::evalsha","p":"RedisCluster.html#method_evalsha","d":""},{"t":"M","n":"RedisCluster::evalsha_ro","p":"RedisCluster.html#method_evalsha_ro","d":""},{"t":"M","n":"RedisCluster::exec","p":"RedisCluster.html#method_exec","d":""},{"t":"M","n":"RedisCluster::exists","p":"RedisCluster.html#method_exists","d":""},{"t":"M","n":"RedisCluster::touch","p":"RedisCluster.html#method_touch","d":""},{"t":"M","n":"RedisCluster::expire","p":"RedisCluster.html#method_expire","d":""},{"t":"M","n":"RedisCluster::expireat","p":"RedisCluster.html#method_expireat","d":""},{"t":"M","n":"RedisCluster::expiretime","p":"RedisCluster.html#method_expiretime","d":""},{"t":"M","n":"RedisCluster::pexpiretime","p":"RedisCluster.html#method_pexpiretime","d":""},{"t":"M","n":"RedisCluster::flushall","p":"RedisCluster.html#method_flushall","d":""},{"t":"M","n":"RedisCluster::flushdb","p":"RedisCluster.html#method_flushdb","d":""},{"t":"M","n":"RedisCluster::geoadd","p":"RedisCluster.html#method_geoadd","d":""},{"t":"M","n":"RedisCluster::geodist","p":"RedisCluster.html#method_geodist","d":""},{"t":"M","n":"RedisCluster::geohash","p":"RedisCluster.html#method_geohash","d":""},{"t":"M","n":"RedisCluster::geopos","p":"RedisCluster.html#method_geopos","d":""},{"t":"M","n":"RedisCluster::georadius","p":"RedisCluster.html#method_georadius","d":""},{"t":"M","n":"RedisCluster::georadius_ro","p":"RedisCluster.html#method_georadius_ro","d":""},{"t":"M","n":"RedisCluster::georadiusbymember","p":"RedisCluster.html#method_georadiusbymember","d":""},{"t":"M","n":"RedisCluster::georadiusbymember_ro","p":"RedisCluster.html#method_georadiusbymember_ro","d":""},{"t":"M","n":"RedisCluster::geosearch","p":"RedisCluster.html#method_geosearch","d":""},{"t":"M","n":"RedisCluster::geosearchstore","p":"RedisCluster.html#method_geosearchstore","d":""},{"t":"M","n":"RedisCluster::get","p":"RedisCluster.html#method_get","d":""},{"t":"M","n":"RedisCluster::getdel","p":"RedisCluster.html#method_getdel","d":""},{"t":"M","n":"RedisCluster::getWithMeta","p":"RedisCluster.html#method_getWithMeta","d":""},{"t":"M","n":"RedisCluster::getex","p":"RedisCluster.html#method_getex","d":""},{"t":"M","n":"RedisCluster::getbit","p":"RedisCluster.html#method_getbit","d":""},{"t":"M","n":"RedisCluster::getlasterror","p":"RedisCluster.html#method_getlasterror","d":""},{"t":"M","n":"RedisCluster::getmode","p":"RedisCluster.html#method_getmode","d":""},{"t":"M","n":"RedisCluster::getoption","p":"RedisCluster.html#method_getoption","d":""},{"t":"M","n":"RedisCluster::getrange","p":"RedisCluster.html#method_getrange","d":""},{"t":"M","n":"RedisCluster::lcs","p":"RedisCluster.html#method_lcs","d":""},{"t":"M","n":"RedisCluster::getset","p":"RedisCluster.html#method_getset","d":""},{"t":"M","n":"RedisCluster::gettransferredbytes","p":"RedisCluster.html#method_gettransferredbytes","d":""},{"t":"M","n":"RedisCluster::cleartransferredbytes","p":"RedisCluster.html#method_cleartransferredbytes","d":""},{"t":"M","n":"RedisCluster::hdel","p":"RedisCluster.html#method_hdel","d":""},{"t":"M","n":"RedisCluster::hexists","p":"RedisCluster.html#method_hexists","d":""},{"t":"M","n":"RedisCluster::hget","p":"RedisCluster.html#method_hget","d":""},{"t":"M","n":"RedisCluster::hgetall","p":"RedisCluster.html#method_hgetall","d":""},{"t":"M","n":"RedisCluster::hgetWithMeta","p":"RedisCluster.html#method_hgetWithMeta","d":""},{"t":"M","n":"RedisCluster::hincrby","p":"RedisCluster.html#method_hincrby","d":""},{"t":"M","n":"RedisCluster::hincrbyfloat","p":"RedisCluster.html#method_hincrbyfloat","d":""},{"t":"M","n":"RedisCluster::hkeys","p":"RedisCluster.html#method_hkeys","d":""},{"t":"M","n":"RedisCluster::hlen","p":"RedisCluster.html#method_hlen","d":""},{"t":"M","n":"RedisCluster::hmget","p":"RedisCluster.html#method_hmget","d":""},{"t":"M","n":"RedisCluster::hgetex","p":"RedisCluster.html#method_hgetex","d":""},{"t":"M","n":"RedisCluster::hsetex","p":"RedisCluster.html#method_hsetex","d":""},{"t":"M","n":"RedisCluster::hgetdel","p":"RedisCluster.html#method_hgetdel","d":""},{"t":"M","n":"RedisCluster::hmset","p":"RedisCluster.html#method_hmset","d":""},{"t":"M","n":"RedisCluster::hscan","p":"RedisCluster.html#method_hscan","d":""},{"t":"M","n":"RedisCluster::expiremember","p":"RedisCluster.html#method_expiremember","d":""},{"t":"M","n":"RedisCluster::expirememberat","p":"RedisCluster.html#method_expirememberat","d":""},{"t":"M","n":"RedisCluster::hrandfield","p":"RedisCluster.html#method_hrandfield","d":""},{"t":"M","n":"RedisCluster::hset","p":"RedisCluster.html#method_hset","d":""},{"t":"M","n":"RedisCluster::hsetnx","p":"RedisCluster.html#method_hsetnx","d":""},{"t":"M","n":"RedisCluster::hstrlen","p":"RedisCluster.html#method_hstrlen","d":""},{"t":"M","n":"RedisCluster::hexpire","p":"RedisCluster.html#method_hexpire","d":""},{"t":"M","n":"RedisCluster::hpexpire","p":"RedisCluster.html#method_hpexpire","d":""},{"t":"M","n":"RedisCluster::hexpireat","p":"RedisCluster.html#method_hexpireat","d":""},{"t":"M","n":"RedisCluster::hpexpireat","p":"RedisCluster.html#method_hpexpireat","d":""},{"t":"M","n":"RedisCluster::httl","p":"RedisCluster.html#method_httl","d":""},{"t":"M","n":"RedisCluster::hpttl","p":"RedisCluster.html#method_hpttl","d":""},{"t":"M","n":"RedisCluster::hexpiretime","p":"RedisCluster.html#method_hexpiretime","d":""},{"t":"M","n":"RedisCluster::hpexpiretime","p":"RedisCluster.html#method_hpexpiretime","d":""},{"t":"M","n":"RedisCluster::hpersist","p":"RedisCluster.html#method_hpersist","d":""},{"t":"M","n":"RedisCluster::hvals","p":"RedisCluster.html#method_hvals","d":""},{"t":"M","n":"RedisCluster::incr","p":"RedisCluster.html#method_incr","d":""},{"t":"M","n":"RedisCluster::incrby","p":"RedisCluster.html#method_incrby","d":""},{"t":"M","n":"RedisCluster::incrbyfloat","p":"RedisCluster.html#method_incrbyfloat","d":""},{"t":"M","n":"RedisCluster::info","p":"RedisCluster.html#method_info","d":"Retrieve information about the connected redis-server. If no arguments are passed to\nthis function, redis will return every info field. Alternatively you may pass a specific\nsection you want returned (e.g. 'server', or 'memory') to receive only information pertaining\nto that section.
"},{"t":"M","n":"RedisCluster::keys","p":"RedisCluster.html#method_keys","d":""},{"t":"M","n":"RedisCluster::lastsave","p":"RedisCluster.html#method_lastsave","d":""},{"t":"M","n":"RedisCluster::lget","p":"RedisCluster.html#method_lget","d":""},{"t":"M","n":"RedisCluster::lindex","p":"RedisCluster.html#method_lindex","d":""},{"t":"M","n":"RedisCluster::linsert","p":"RedisCluster.html#method_linsert","d":""},{"t":"M","n":"RedisCluster::llen","p":"RedisCluster.html#method_llen","d":""},{"t":"M","n":"RedisCluster::lpop","p":"RedisCluster.html#method_lpop","d":""},{"t":"M","n":"RedisCluster::lpos","p":"RedisCluster.html#method_lpos","d":""},{"t":"M","n":"RedisCluster::lpush","p":"RedisCluster.html#method_lpush","d":""},{"t":"M","n":"RedisCluster::lpushx","p":"RedisCluster.html#method_lpushx","d":""},{"t":"M","n":"RedisCluster::lrange","p":"RedisCluster.html#method_lrange","d":""},{"t":"M","n":"RedisCluster::lrem","p":"RedisCluster.html#method_lrem","d":""},{"t":"M","n":"RedisCluster::lset","p":"RedisCluster.html#method_lset","d":""},{"t":"M","n":"RedisCluster::ltrim","p":"RedisCluster.html#method_ltrim","d":""},{"t":"M","n":"RedisCluster::mget","p":"RedisCluster.html#method_mget","d":""},{"t":"M","n":"RedisCluster::mset","p":"RedisCluster.html#method_mset","d":""},{"t":"M","n":"RedisCluster::msetnx","p":"RedisCluster.html#method_msetnx","d":""},{"t":"M","n":"RedisCluster::multi","p":"RedisCluster.html#method_multi","d":null},{"t":"M","n":"RedisCluster::object","p":"RedisCluster.html#method_object","d":""},{"t":"M","n":"RedisCluster::persist","p":"RedisCluster.html#method_persist","d":""},{"t":"M","n":"RedisCluster::pexpire","p":"RedisCluster.html#method_pexpire","d":""},{"t":"M","n":"RedisCluster::pexpireat","p":"RedisCluster.html#method_pexpireat","d":""},{"t":"M","n":"RedisCluster::pfadd","p":"RedisCluster.html#method_pfadd","d":""},{"t":"M","n":"RedisCluster::pfcount","p":"RedisCluster.html#method_pfcount","d":""},{"t":"M","n":"RedisCluster::pfmerge","p":"RedisCluster.html#method_pfmerge","d":""},{"t":"M","n":"RedisCluster::ping","p":"RedisCluster.html#method_ping","d":"PING an instance in the redis cluster.
"},{"t":"M","n":"RedisCluster::psetex","p":"RedisCluster.html#method_psetex","d":""},{"t":"M","n":"RedisCluster::psubscribe","p":"RedisCluster.html#method_psubscribe","d":""},{"t":"M","n":"RedisCluster::pttl","p":"RedisCluster.html#method_pttl","d":""},{"t":"M","n":"RedisCluster::publish","p":"RedisCluster.html#method_publish","d":""},{"t":"M","n":"RedisCluster::pubsub","p":"RedisCluster.html#method_pubsub","d":""},{"t":"M","n":"RedisCluster::punsubscribe","p":"RedisCluster.html#method_punsubscribe","d":""},{"t":"M","n":"RedisCluster::randomkey","p":"RedisCluster.html#method_randomkey","d":""},{"t":"M","n":"RedisCluster::rawcommand","p":"RedisCluster.html#method_rawcommand","d":""},{"t":"M","n":"RedisCluster::rename","p":"RedisCluster.html#method_rename","d":""},{"t":"M","n":"RedisCluster::renamenx","p":"RedisCluster.html#method_renamenx","d":""},{"t":"M","n":"RedisCluster::restore","p":"RedisCluster.html#method_restore","d":""},{"t":"M","n":"RedisCluster::role","p":"RedisCluster.html#method_role","d":""},{"t":"M","n":"RedisCluster::rpop","p":"RedisCluster.html#method_rpop","d":""},{"t":"M","n":"RedisCluster::rpoplpush","p":"RedisCluster.html#method_rpoplpush","d":""},{"t":"M","n":"RedisCluster::rpush","p":"RedisCluster.html#method_rpush","d":""},{"t":"M","n":"RedisCluster::rpushx","p":"RedisCluster.html#method_rpushx","d":""},{"t":"M","n":"RedisCluster::sadd","p":"RedisCluster.html#method_sadd","d":""},{"t":"M","n":"RedisCluster::saddarray","p":"RedisCluster.html#method_saddarray","d":""},{"t":"M","n":"RedisCluster::save","p":"RedisCluster.html#method_save","d":""},{"t":"M","n":"RedisCluster::scan","p":"RedisCluster.html#method_scan","d":""},{"t":"M","n":"RedisCluster::scard","p":"RedisCluster.html#method_scard","d":""},{"t":"M","n":"RedisCluster::script","p":"RedisCluster.html#method_script","d":""},{"t":"M","n":"RedisCluster::sdiff","p":"RedisCluster.html#method_sdiff","d":""},{"t":"M","n":"RedisCluster::sdiffstore","p":"RedisCluster.html#method_sdiffstore","d":""},{"t":"M","n":"RedisCluster::set","p":"RedisCluster.html#method_set","d":""},{"t":"M","n":"RedisCluster::setbit","p":"RedisCluster.html#method_setbit","d":""},{"t":"M","n":"RedisCluster::setex","p":"RedisCluster.html#method_setex","d":""},{"t":"M","n":"RedisCluster::setnx","p":"RedisCluster.html#method_setnx","d":""},{"t":"M","n":"RedisCluster::setoption","p":"RedisCluster.html#method_setoption","d":""},{"t":"M","n":"RedisCluster::setrange","p":"RedisCluster.html#method_setrange","d":""},{"t":"M","n":"RedisCluster::sinter","p":"RedisCluster.html#method_sinter","d":""},{"t":"M","n":"RedisCluster::sintercard","p":"RedisCluster.html#method_sintercard","d":""},{"t":"M","n":"RedisCluster::sinterstore","p":"RedisCluster.html#method_sinterstore","d":""},{"t":"M","n":"RedisCluster::sismember","p":"RedisCluster.html#method_sismember","d":""},{"t":"M","n":"RedisCluster::smismember","p":"RedisCluster.html#method_smismember","d":""},{"t":"M","n":"RedisCluster::slowlog","p":"RedisCluster.html#method_slowlog","d":""},{"t":"M","n":"RedisCluster::smembers","p":"RedisCluster.html#method_smembers","d":""},{"t":"M","n":"RedisCluster::smove","p":"RedisCluster.html#method_smove","d":""},{"t":"M","n":"RedisCluster::sort","p":"RedisCluster.html#method_sort","d":""},{"t":"M","n":"RedisCluster::sort_ro","p":"RedisCluster.html#method_sort_ro","d":""},{"t":"M","n":"RedisCluster::spop","p":"RedisCluster.html#method_spop","d":""},{"t":"M","n":"RedisCluster::srandmember","p":"RedisCluster.html#method_srandmember","d":""},{"t":"M","n":"RedisCluster::srem","p":"RedisCluster.html#method_srem","d":""},{"t":"M","n":"RedisCluster::sscan","p":"RedisCluster.html#method_sscan","d":""},{"t":"M","n":"RedisCluster::strlen","p":"RedisCluster.html#method_strlen","d":""},{"t":"M","n":"RedisCluster::subscribe","p":"RedisCluster.html#method_subscribe","d":""},{"t":"M","n":"RedisCluster::sunion","p":"RedisCluster.html#method_sunion","d":""},{"t":"M","n":"RedisCluster::sunionstore","p":"RedisCluster.html#method_sunionstore","d":""},{"t":"M","n":"RedisCluster::time","p":"RedisCluster.html#method_time","d":""},{"t":"M","n":"RedisCluster::ttl","p":"RedisCluster.html#method_ttl","d":""},{"t":"M","n":"RedisCluster::type","p":"RedisCluster.html#method_type","d":""},{"t":"M","n":"RedisCluster::unsubscribe","p":"RedisCluster.html#method_unsubscribe","d":""},{"t":"M","n":"RedisCluster::unlink","p":"RedisCluster.html#method_unlink","d":""},{"t":"M","n":"RedisCluster::unwatch","p":"RedisCluster.html#method_unwatch","d":""},{"t":"M","n":"RedisCluster::watch","p":"RedisCluster.html#method_watch","d":""},{"t":"M","n":"RedisCluster::vadd","p":"RedisCluster.html#method_vadd","d":""},{"t":"M","n":"RedisCluster::vsim","p":"RedisCluster.html#method_vsim","d":""},{"t":"M","n":"RedisCluster::vcard","p":"RedisCluster.html#method_vcard","d":""},{"t":"M","n":"RedisCluster::vdim","p":"RedisCluster.html#method_vdim","d":""},{"t":"M","n":"RedisCluster::vinfo","p":"RedisCluster.html#method_vinfo","d":""},{"t":"M","n":"RedisCluster::vismember","p":"RedisCluster.html#method_vismember","d":"Check if an element is a member of a vectorset
"},{"t":"M","n":"RedisCluster::vemb","p":"RedisCluster.html#method_vemb","d":""},{"t":"M","n":"RedisCluster::vrandmember","p":"RedisCluster.html#method_vrandmember","d":""},{"t":"M","n":"RedisCluster::vrange","p":"RedisCluster.html#method_vrange","d":"Retreive a lexographical range of elements from a vector set
"},{"t":"M","n":"RedisCluster::vrem","p":"RedisCluster.html#method_vrem","d":""},{"t":"M","n":"RedisCluster::vlinks","p":"RedisCluster.html#method_vlinks","d":""},{"t":"M","n":"RedisCluster::vgetattr","p":"RedisCluster.html#method_vgetattr","d":""},{"t":"M","n":"RedisCluster::vsetattr","p":"RedisCluster.html#method_vsetattr","d":""},{"t":"M","n":"RedisCluster::xack","p":"RedisCluster.html#method_xack","d":""},{"t":"M","n":"RedisCluster::xadd","p":"RedisCluster.html#method_xadd","d":""},{"t":"M","n":"RedisCluster::xclaim","p":"RedisCluster.html#method_xclaim","d":""},{"t":"M","n":"RedisCluster::xdel","p":"RedisCluster.html#method_xdel","d":""},{"t":"M","n":"RedisCluster::xgroup","p":"RedisCluster.html#method_xgroup","d":""},{"t":"M","n":"RedisCluster::xautoclaim","p":"RedisCluster.html#method_xautoclaim","d":""},{"t":"M","n":"RedisCluster::xinfo","p":"RedisCluster.html#method_xinfo","d":""},{"t":"M","n":"RedisCluster::xlen","p":"RedisCluster.html#method_xlen","d":""},{"t":"M","n":"RedisCluster::xpending","p":"RedisCluster.html#method_xpending","d":""},{"t":"M","n":"RedisCluster::xrange","p":"RedisCluster.html#method_xrange","d":""},{"t":"M","n":"RedisCluster::xread","p":"RedisCluster.html#method_xread","d":""},{"t":"M","n":"RedisCluster::xreadgroup","p":"RedisCluster.html#method_xreadgroup","d":""},{"t":"M","n":"RedisCluster::xrevrange","p":"RedisCluster.html#method_xrevrange","d":""},{"t":"M","n":"RedisCluster::xtrim","p":"RedisCluster.html#method_xtrim","d":""},{"t":"M","n":"RedisCluster::zadd","p":"RedisCluster.html#method_zadd","d":""},{"t":"M","n":"RedisCluster::zcard","p":"RedisCluster.html#method_zcard","d":""},{"t":"M","n":"RedisCluster::zcount","p":"RedisCluster.html#method_zcount","d":""},{"t":"M","n":"RedisCluster::zincrby","p":"RedisCluster.html#method_zincrby","d":""},{"t":"M","n":"RedisCluster::zinterstore","p":"RedisCluster.html#method_zinterstore","d":""},{"t":"M","n":"RedisCluster::zintercard","p":"RedisCluster.html#method_zintercard","d":""},{"t":"M","n":"RedisCluster::zlexcount","p":"RedisCluster.html#method_zlexcount","d":""},{"t":"M","n":"RedisCluster::zpopmax","p":"RedisCluster.html#method_zpopmax","d":""},{"t":"M","n":"RedisCluster::zpopmin","p":"RedisCluster.html#method_zpopmin","d":""},{"t":"M","n":"RedisCluster::zrange","p":"RedisCluster.html#method_zrange","d":""},{"t":"M","n":"RedisCluster::zrangestore","p":"RedisCluster.html#method_zrangestore","d":""},{"t":"M","n":"RedisCluster::zrandmember","p":"RedisCluster.html#method_zrandmember","d":""},{"t":"M","n":"RedisCluster::zrangebylex","p":"RedisCluster.html#method_zrangebylex","d":""},{"t":"M","n":"RedisCluster::zrangebyscore","p":"RedisCluster.html#method_zrangebyscore","d":""},{"t":"M","n":"RedisCluster::zrank","p":"RedisCluster.html#method_zrank","d":""},{"t":"M","n":"RedisCluster::zrem","p":"RedisCluster.html#method_zrem","d":""},{"t":"M","n":"RedisCluster::zremrangebylex","p":"RedisCluster.html#method_zremrangebylex","d":""},{"t":"M","n":"RedisCluster::zremrangebyrank","p":"RedisCluster.html#method_zremrangebyrank","d":""},{"t":"M","n":"RedisCluster::zremrangebyscore","p":"RedisCluster.html#method_zremrangebyscore","d":""},{"t":"M","n":"RedisCluster::zrevrange","p":"RedisCluster.html#method_zrevrange","d":""},{"t":"M","n":"RedisCluster::zrevrangebylex","p":"RedisCluster.html#method_zrevrangebylex","d":""},{"t":"M","n":"RedisCluster::zrevrangebyscore","p":"RedisCluster.html#method_zrevrangebyscore","d":""},{"t":"M","n":"RedisCluster::zrevrank","p":"RedisCluster.html#method_zrevrank","d":""},{"t":"M","n":"RedisCluster::zscan","p":"RedisCluster.html#method_zscan","d":""},{"t":"M","n":"RedisCluster::zscore","p":"RedisCluster.html#method_zscore","d":""},{"t":"M","n":"RedisCluster::zmscore","p":"RedisCluster.html#method_zmscore","d":""},{"t":"M","n":"RedisCluster::zunionstore","p":"RedisCluster.html#method_zunionstore","d":""},{"t":"M","n":"RedisCluster::zinter","p":"RedisCluster.html#method_zinter","d":""},{"t":"M","n":"RedisCluster::zdiffstore","p":"RedisCluster.html#method_zdiffstore","d":""},{"t":"M","n":"RedisCluster::zunion","p":"RedisCluster.html#method_zunion","d":""},{"t":"M","n":"RedisCluster::zdiff","p":"RedisCluster.html#method_zdiff","d":""},{"t":"M","n":"RedisCluster::digest","p":"RedisCluster.html#method_digest","d":""},{"t":"M","n":"RedisSentinel::__construct","p":"RedisSentinel.html#method___construct","d":null},{"t":"M","n":"RedisSentinel::ckquorum","p":"RedisSentinel.html#method_ckquorum","d":""},{"t":"M","n":"RedisSentinel::failover","p":"RedisSentinel.html#method_failover","d":""},{"t":"M","n":"RedisSentinel::flushconfig","p":"RedisSentinel.html#method_flushconfig","d":""},{"t":"M","n":"RedisSentinel::getMasterAddrByName","p":"RedisSentinel.html#method_getMasterAddrByName","d":""},{"t":"M","n":"RedisSentinel::master","p":"RedisSentinel.html#method_master","d":""},{"t":"M","n":"RedisSentinel::masters","p":"RedisSentinel.html#method_masters","d":""},{"t":"M","n":"RedisSentinel::myid","p":"RedisSentinel.html#method_myid","d":null},{"t":"M","n":"RedisSentinel::ping","p":"RedisSentinel.html#method_ping","d":""},{"t":"M","n":"RedisSentinel::reset","p":"RedisSentinel.html#method_reset","d":""},{"t":"M","n":"RedisSentinel::sentinels","p":"RedisSentinel.html#method_sentinels","d":""},{"t":"M","n":"RedisSentinel::slaves","p":"RedisSentinel.html#method_slaves","d":""},{"t":"N","n":"","p":"[Global_Namespace].html"}]}
diff --git a/docs/doctum.js b/docs/doctum.js
index dc773fac..59bc2082 100644
--- a/docs/doctum.js
+++ b/docs/doctum.js
@@ -168,7 +168,7 @@ var Doctum = {
DoctumSearch.doctumSearchPageAutoCompleteProgressBar.className = 'progress-bar';
}
},
- makeProgress: function () {
+ makeProgess: function () {
Doctum.makeProgressOnProgressBar(
Doctum.doctumSearchAutoCompleteProgressBarPercent,
Doctum.doctumSearchAutoCompleteProgressBar
@@ -209,7 +209,7 @@ var Doctum = {
oReq.onprogress = function (pe) {
if (pe.lengthComputable) {
Doctum.doctumSearchAutoCompleteProgressBarPercent = parseInt(pe.loaded / pe.total * 100, 10);
- Doctum.makeProgress();
+ Doctum.makeProgess();
}
};
oReq.onloadend = function (_) {
@@ -261,10 +261,13 @@ var Doctum = {
/**
* Clean the search query
*
- * @param string query
+ * @param string|null query
* @return string
*/
cleanSearchQuery: function (query) {
+ if (typeof query !== 'string') {
+ return '';
+ }
// replace any chars that could lead to injecting code in our regex
// remove start or end spaces
// replace backslashes by an escaped version, use case in search: \myRootFunction
diff --git a/docs/renderer.index b/docs/renderer.index
index 616851d6..574e4993 100644
--- a/docs/renderer.index
+++ b/docs/renderer.index
@@ -1 +1 @@
-O:21:"Doctum\Renderer\Index":3:{i:0;a:6:{s:5:"Redis";s:40:"39efb36886d0e29b476aa5ccb2e551c2a37fc7cb";s:10:"RedisArray";s:40:"fb17c785beccf1dbeedaa48afb4aa7d48fd8b655";s:12:"RedisCluster";s:40:"2f2132e45b1d60011f8ef9298cb35b7ba2b247d5";s:21:"RedisClusterException";s:40:"2f2132e45b1d60011f8ef9298cb35b7ba2b247d5";s:14:"RedisException";s:40:"39efb36886d0e29b476aa5ccb2e551c2a37fc7cb";s:13:"RedisSentinel";s:40:"4055ace9f1cf20bef89bdb5d3219470b4c8915e6";}i:1;a:1:{i:0;s:4:"main";}i:2;a:1:{i:0;s:0:"";}}
\ No newline at end of file
+O:21:"Doctum\Renderer\Index":3:{i:0;a:6:{s:5:"Redis";s:40:"11fcea52d11fbe82fd064d66a3dc7324371a94e6";s:10:"RedisArray";s:40:"2a50f02b4f62d96a18ec122fec35bd6e03bf735a";s:12:"RedisCluster";s:40:"76e57d541155478d414e8cfe84d56f6d07ec6e3d";s:21:"RedisClusterException";s:40:"76e57d541155478d414e8cfe84d56f6d07ec6e3d";s:14:"RedisException";s:40:"11fcea52d11fbe82fd064d66a3dc7324371a94e6";s:13:"RedisSentinel";s:40:"ca40579af888c5bb0661cd0201d840297474479a";}i:1;a:1:{i:0;s:4:"main";}i:2;a:1:{i:0;s:0:"";}}
\ No newline at end of file