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

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/allValCMD.R

Description

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

Usage

1

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

redisSelect

Examples

1
2
3
4
## Not run: 
redisKeys()

## End(Not run)

bwlewis/rredis documentation built on Jan. 3, 2022, 4:53 p.m.