Learn R Programming

⚠️There's a newer version (1.2.6) of this package.Take me there.

storr (version 1.0.0)

Simple Key Value Stores

Description

Creates and manages simple key-value stores. These can use a variety of approaches for storing the data. This package implements the base methods and support for file system and in-memory stores. A vignette shows how additional drivers can be created, and stubs exist for supporting 'Redis' databases.

Copy Link

Version

Install

install.packages('storr')

Monthly Downloads

3,210

Version

1.0.0

License

MIT + file LICENSE

Maintainer

Rich FitzJohn

Last Published

January 20th, 2016

Functions in storr (1.0.0)

fetch_hook_read

Hook to fetch a resource from a file.
storr_external

Storr that kooks for external resources
storr

Object cache
storr_rds

RDS object cache driver
storr_environment

Environment object cache driver
test_driver

Test a storr driver
encode64

Base64 encoding and decoding
storr_redis_api

Redis object cache driver