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.


doRedis documentation built on Sept. 9, 2025, 5:50 p.m.