Learn R Programming

doRedis (version 3.0.2)

redisGet: A convenience function to return an R value from a Redis key.

Description

This function assumes the value associated with the Redis key is a serialized (binary) R value and unserializes it on return.

Usage

redisGet(key)

Value

Unserialized R value.

Arguments

key

(character or raw) Redis key name

See Also

hiredis