Package: storr 1.2.5
storr: Simple Key Value Stores
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, in-memory and DBI-based database stores.
Authors:
storr_1.2.5.tar.gz
storr_1.2.5.zip(r-4.5)storr_1.2.5.zip(r-4.4)storr_1.2.5.zip(r-4.3)
storr_1.2.5.tgz(r-4.4-x86_64)storr_1.2.5.tgz(r-4.4-arm64)storr_1.2.5.tgz(r-4.3-x86_64)storr_1.2.5.tgz(r-4.3-arm64)
storr_1.2.5.tar.gz(r-4.5-noble)storr_1.2.5.tar.gz(r-4.4-noble)
storr_1.2.5.tgz(r-4.4-emscripten)storr_1.2.5.tgz(r-4.3-emscripten)
storr.pdf |storr.html✨
storr/json (API)
NEWS
# Install 'storr' in R: |
install.packages('storr', repos = c('https://richfitz.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/richfitz/storr/issues
Last updated 4 years agofrom:55079a6cdb. Checks:OK: 7 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win-x86_64 | NOTE | Nov 07 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 07 2024 |
R-4.4-win-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-aarch64 | OK | Nov 07 2024 |
R-4.3-win-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-aarch64 | OK | Nov 07 2024 |
Exports:decode64driver_dbidriver_environmentdriver_rdsdriver_redis_apidriver_remoteencode64fetch_hook_readjoin_key_namespacestorrstorr_dbistorr_environmentstorr_externalstorr_multistorrstorr_rdsstorr_redis_apitest_driver
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Defunct functions | driver_redis_api storr_redis_api |
Remote storr | driver_remote |
Base64 encoding and decoding | decode64 encode64 |
Hook to fetch a resource from a file. | fetch_hook_read |
Recycle key and namespace | join_key_namespace |
Object cache | storr |
DBI storr driver | driver_dbi storr_dbi |
Environment object cache driver | driver_environment storr_environment |
Storr that looks for external resources | storr_external |
Storr with multiple storage drivers | storr_multistorr |
rds object cache driver | driver_rds storr_rds |
Test a storr driver | test_driver |