redisGet {doRedis}R Documentation

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)

Arguments

key

(character or raw) Redis key name

Value

Unserialized R value.

See Also

hiredis


[Package doRedis version 3.0.2 Index]