Package: storr 1.2.6
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.6.tar.gz
storr_1.2.6.zip(r-4.7)storr_1.2.6.zip(r-4.6)storr_1.2.6.zip(r-4.5)
storr_1.2.6.tgz(r-4.6-x86_64)storr_1.2.6.tgz(r-4.6-arm64)storr_1.2.6.tgz(r-4.5-x86_64)storr_1.2.6.tgz(r-4.5-arm64)
storr_1.2.6.tar.gz(r-4.7-arm64)storr_1.2.6.tar.gz(r-4.7-x86_64)storr_1.2.6.tar.gz(r-4.6-arm64)storr_1.2.6.tar.gz(r-4.6-x86_64)
storr_1.2.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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
Pkgdown/docs site:https://richfitz.github.io
Last updated from:e9ec51dbfd. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 122 | ||
| linux-devel-x86_64 | OK | 140 | ||
| source / vignettes | OK | 199 | ||
| linux-release-arm64 | OK | 123 | ||
| linux-release-x86_64 | OK | 128 | ||
| macos-release-arm64 | OK | 117 | ||
| macos-release-x86_64 | OK | 212 | ||
| macos-oldrel-arm64 | OK | 97 | ||
| macos-oldrel-x86_64 | OK | 194 | ||
| windows-devel | OK | 111 | ||
| windows-release | OK | 103 | ||
| windows-oldrel | OK | 99 | ||
| wasm-release | OK | 108 |
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 |
