| redisAPPEND | Append a value to a key |
| redisAUTH | Authenticate to the server |
| redisBGREWRITEAOF | Asynchronously rewrite the append-only file |
| redisBGSAVE | Asynchronously save the dataset to disk |
| redisBITCOUNT | Count set bits in a string |
| redisBITOP | Perform bitwise operations between strings |
| redisBLPOP | Remove and get the first element in a list, or block until... |
| redisBRPOP | Remove and get the last element in a list, or block until one... |
| redisBRPOPLPUSH | Pop a value from a list, push it to another list and return... |
| redisCLIENT_GETNAME | Get the current connection name |
| redisCLIENT_KILL | Kill the connection of a client |
| redisCLIENT_LIST | Get the list of client connections |
| redisCLIENT_SETNAME | Set the current connection name |
| redisCommand | General Redis Interface Function |
| redisCONFIG_GET | Get the value of a configuration parameter |
| redisCONFIG_RESETSTAT | Reset the stats returned by INFO |
| redisCONFIG_REWRITE | Rewrite the configuration file with the in memory... |
| redisCONFIG_SET | Set a configuration parameter to the given value |
| redisConnect | Connect to redis server on a given ip and port |
| redisDBSIZE | Return the number of keys in the selected database |
| redisDEBUG_OBJECT | Get debugging information about a key |
| redisDEBUG_SEGFAULT | Make the server crash |
| redisDECR | Decrement the integer value of a key by one |
| redisDECRBY | Decrement the integer value of a key by the given number |
| redisDEL | Delete a key |
| redisDISCARD | Discard all commands issued after MULTI |
| redisDUMP | Return a serialized version of the value stored at the... |
| redisECHO | Echo the given string |
| redisEVAL | Execute a Lua script server side |
| redisEVALSHA | Execute a Lua script server side |
| redisEXEC | Execute all commands issued after MULTI |
| redisEXISTS | Determine if a key exists |
| redisEXPIRE | Set a key's time to live in seconds |
| redisEXPIREAT | Set the expiration for a key as a UNIX timestamp |
| redisFLUSHALL | Remove all keys from all databases |
| redisFLUSHDB | Remove all keys from the current database |
| redisGET | Get the value of a key |
| redisGETBIT | Returns the bit value at offset in the string value stored at... |
| redisGETRANGE | Get a substring of the string stored at a key |
| redisGETSET | Set the string value of a key and return its old value |
| redisHDEL | Delete one or more hash fields |
| redisHEXISTS | Determine if a hash field exists |
| redisHGET | Get the value of a hash field |
| redisHGETALL | Get all the fields and values in a hash |
| redisHINCRBY | Increment the integer value of a hash field by the given... |
| redisHINCRBYFLOAT | Increment the float value of a hash field by the given amount |
| redisHKEYS | Get all the fields in a hash |
| redisHLEN | Get the number of fields in a hash |
| redisHMGET | Get the values of all the given hash fields |
| redisHMSET | Set multiple hash fields to multiple values |
| redisHSET | Set the string value of a hash field |
| redisHSETNX | Set the value of a hash field, only if the field does not... |
| redisHVALS | Get all the values in a hash |
| redisINCR | Increment the integer value of a key by one |
| redisINCRBY | Increment the integer value of a key by the given amount |
| redisINCRBYFLOAT | Increment the float value of a key by the given amount |
| redisINFO | Get information and statistics about the server |
| redisKEYS | Find all keys matching the given pattern |
| redisLASTSAVE | Get the UNIX time stamp of the last successful save to disk |
| redisLINDEX | Get an element from a list by its index |
| redisLINSERT | Insert an element before or after another element in a list |
| redisLLEN | Get the length of a list |
| redisLPOP | Remove and get the first element in a list |
| redisLPUSH | Prepend one or multiple values to a list |
| redisLPUSHX | Prepend a value to a list, only if the list exists |
| redisLRANGE | Get a range of elements from a list |
| redisLREM | Remove elements from a list |
| redisLSET | Set the value of an element in a list by its index |
| redisLTRIM | Trim a list to the specified range |
| redisMGET | Get the values of all the given keys |
| redisMIGRATE | Atomically transfer a key from a Redis instance to another... |
| redisMONITOR | Listen for all requests received by the server in real time |
| redisMOVE | Move a key to another database |
| redisMSET | Set multiple keys to multiple values |
| redisMSETNX | Set multiple keys to multiple values, only if none of the... |
| redisMULTI | Mark the start of a transaction block |
| redisOBJECT | Inspect the internals of Redis objects |
| redisPERSIST | Remove the expiration from a key |
| redisPEXPIRE | Set a key's time to live in milliseconds |
| redisPEXPIREAT | Set the expiration for a key as a UNIX timestamp specified in... |
| redisPING | Ping the server |
| redisPSETEX | Set the value and expiration in milliseconds of a key |
| redisPSUBSCRIBE | Listen for messages published to channels matching the given... |
| redisPTTL | Get the time to live for a key in milliseconds |
| redisPUBLISH | Post a message to a channel |
| redisPUBSUB | Inspect the state of the Pub/Sub subsystem |
| redisPUNSUBSCRIBE | Stop listening for messages posted to channels matching the... |
| redisQUIT | Close the connection |
| redisRANDOMKEY | Return a random key from the keyspace |
| redisRENAME | Rename a key |
| redisRENAMENX | Rename a key, only if the new key does not exist |
| redisRESTORE | Create a key using the provided serialized value, previously... |
| redisRPOP | Remove and get the last element in a list |
| redisRPOPLPUSH | Remove the last element in a list, append it to another list... |
| redisRPUSH | Append one or multiple values to a list |
| redisRPUSHX | Append a value to a list, only if the list exists |
| redisSADD | Add one or more members to a set |
| redisSAVE | Synchronously save the dataset to disk |
| redisSCARD | Get the number of members in a set |
| redisSCRIPT_EXISTS | Check existence of scripts in the script cache. |
| redisSCRIPT_FLUSH | Remove all the scripts from the script cache. |
| redisSCRIPT_KILL | Kill the script currently in execution. |
| redisSCRIPT_LOAD | Load the specified Lua script into the script cache. |
| redisSDIFF | Subtract multiple sets |
| redisSDIFFSTORE | Subtract multiple sets and store the resulting set in a key |
| redisSELECT | Change the selected database for the current connection |
| redisSET | Set the string value of a key |
| redisSETBIT | Sets or clears the bit at offset in the string value stored... |
| redisSETEX | Set the value and expiration of a key |
| redisSETNX | Set the value of a key, only if the key does not exist |
| redisSETRANGE | Overwrite part of a string at key starting at the specified... |
| redisSHUTDOWN | Synchronously save the dataset to disk and then shut down the... |
| redisSINTER | Intersect multiple sets |
| redisSINTERSTORE | Intersect multiple sets and store the resulting set in a key |
| redisSISMEMBER | Determine if a given value is a member of a set |
| redisSLAVEOF | Make the server a slave of another instance, or promote it as... |
| redisSLOWLOG | Manages the Redis slow queries log |
| redisSMEMBERS | Get all the members in a set |
| redisSMOVE | Move a member from one set to another |
| redisSORT | Sort the elements in a list, set or sorted set |
| redisSPOP | Remove and return a random member from a set |
| redisSRANDMEMBER | Get one or multiple random members from a set |
| redisSREM | Remove one or more members from a set |
| redisSTRLEN | Get the length of the value stored in a key |
| redisSUBSCRIBE | Listen for messages published to the given channels |
| redisSUNION | Add multiple sets |
| redisSUNIONSTORE | Add multiple sets and store the resulting set in a key |
| redisSYNC | Internal command used for replication |
| redisTIME | Return the current server time |
| redisTTL | Get the time to live for a key |
| redisTYPE | Determine the type stored at key |
| redisUNSUBSCRIBE | Stop listening for messages posted to the given channels |
| redisUNWATCH | Forget about all watched keys |
| redisWATCH | Watch the given keys to determine execution of the MULTI/EXEC... |
| redisZADD | Add one or more members to a sorted set, or update its score... |
| redisZCARD | Get the number of members in a sorted set |
| redisZCOUNT | Count the members in a sorted set with scores within the... |
| redisZINCRBY | Increment the score of a member in a sorted set |
| redisZINTERSTORE | Intersect multiple sorted sets and store the resulting sorted... |
| redisZRANGE | Return a range of members in a sorted set, by index |
| redisZRANGEBYSCORE | Return a range of members in a sorted set, by score |
| redisZRANK | Determine the index of a member in a sorted set |
| redisZREM | Remove one or more members from a sorted set |
| redisZREMRANGEBYRANK | Remove all members in a sorted set within the given indexes |
| redisZREMRANGEBYSCORE | Remove all members in a sorted set within the given scores |
| redisZREVRANGE | Return a range of members in a sorted set, by index, with... |
| redisZREVRANGEBYSCORE | Return a range of members in a sorted set, by score, with... |
| redisZREVRANK | Determine the index of a member in a sorted set, with scores... |
| redisZSCORE | Get the score associated with the given member in a sorted... |
| redisZUNIONSTORE | Add multiple sorted sets and store the resulting sorted set... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.