Package: redux 1.1.4
redux: R Bindings to 'hiredis'
A 'hiredis' wrapper that includes support for transactions, pipelining, blocking subscription, serialisation of all keys and values, 'Redis' error handling with R errors. Includes an automatically generated 'R6' interface to the full 'hiredis' API. Generated functions are faithful to the 'hiredis' documentation while attempting to match R's argument semantics. Serialisation must be explicitly done by the user, but both binary and text-mode serialisation is supported.
Authors:
redux_1.1.4.tar.gz
redux_1.1.4.zip(r-4.5)redux_1.1.4.zip(r-4.4)redux_1.1.4.zip(r-4.3)
redux_1.1.4.tgz(r-4.4-x86_64)redux_1.1.4.tgz(r-4.4-arm64)redux_1.1.4.tgz(r-4.3-x86_64)redux_1.1.4.tgz(r-4.3-arm64)
redux_1.1.4.tar.gz(r-4.5-noble)redux_1.1.4.tar.gz(r-4.4-noble)
redux.pdf |redux.html✨
redux/json (API)
NEWS
# Install 'redux' in R: |
install.packages('redux', repos = c('https://richfitz.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/richfitz/redux/issues
Last updated 11 months agofrom:a56549693f. Checks:OK: 7 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win-x86_64 | NOTE | Oct 26 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 26 2024 |
R-4.4-win-x86_64 | OK | Oct 26 2024 |
R-4.4-mac-x86_64 | OK | Oct 26 2024 |
R-4.4-mac-aarch64 | OK | Oct 26 2024 |
R-4.3-win-x86_64 | OK | Oct 26 2024 |
R-4.3-mac-x86_64 | OK | Oct 26 2024 |
R-4.3-mac-aarch64 | OK | Oct 26 2024 |
Exports:bin_to_objectdriver_redis_apiformat_redis_timefrom_redis_hashhiredisobject_to_binobject_to_stringparse_infoparse_redis_urlredisredis_apiredis_availableredis_configredis_connectionredis_inforedis_multiredis_scriptsredis_timeredis_time_to_rredis_versionscan_applyscan_delscan_findstorr_redis_apistring_to_object
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert Redis hash | from_redis_hash |
Interface to Redis | hiredis redis_available |
Convert R objects to/from strings | bin_to_object object_to_bin object_to_string string_to_object |
Parse Redis URL | parse_redis_url |
Redis commands object | redis |
Create a Redis API object | redis_api |
Redis configuration | redis_config |
Create a Redis connection | redis_connection |
Parse Redis INFO | parse_info redis_info redis_version |
Helper for Redis MULTI | redis_multi |
Load Lua scripts into Redis | redis_scripts |
Get time from Redis | format_redis_time redis_time redis_time_to_r |
Iterate over keys using SCAN | scan_apply scan_del scan_find |
Redis object cache driver | driver_redis_api storr_redis_api |