Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

redisKeys

Return a list of all keys in the active Redis database.


Description

Return a list of all keys in the active Redis database that match the specified pattern.

Usage

redisKeys(pattern = "*")

Arguments

pattern

The character string pattern used to match keys.

Details

Basic string-matching wildcards are supported. Use '?' to match any single character and '*' to match zero or more characters.

Value

A space-delimited character string containing all keys that match the patern in the active Redis database.

Author(s)

B. W. Lewis

References

http://redis.io/commands

See Also

Examples

## Not run: 
redisKeys()

## End(Not run)

rredis

"Redis" Key/Value Database Client

v1.7.0
Apache License (>= 2.0)
Authors
B. W. Lewis
Initial release
2015-07-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.