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

View source: R/redux.R

redisGetR 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


doRedis documentation built on May 2, 2023, 5:10 p.m.