{"id":16572076,"url":"https://github.com/eddelbuettel/rcppredis","last_synced_at":"2025-04-09T14:14:45.027Z","repository":{"id":9656383,"uuid":"11594064","full_name":"eddelbuettel/rcppredis","owner":"eddelbuettel","description":"R interface to Redis using the hiredis library","archived":false,"fork":false,"pushed_at":"2024-07-17T01:18:38.000Z","size":2366,"stargazers_count":51,"open_issues_count":0,"forks_count":16,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-12T21:26:15.609Z","etag":null,"topics":["c-plus-plus","cran","hiredis","r","rcpp","redis","redis-client"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eddelbuettel.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-07-22T22:30:46.000Z","updated_at":"2024-10-12T00:49:55.000Z","dependencies_parsed_at":"2024-04-03T02:29:35.994Z","dependency_job_id":"bdadce8a-0a2b-45fb-a8c4-658429a224b2","html_url":"https://github.com/eddelbuettel/rcppredis","commit_stats":{"total_commits":351,"total_committers":10,"mean_commits":35.1,"dds":"0.22507122507122512","last_synced_commit":"2cddb06c331538cf4386bd55718977a516516d45"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddelbuettel%2Frcppredis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddelbuettel%2Frcppredis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddelbuettel%2Frcppredis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddelbuettel%2Frcppredis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eddelbuettel","download_url":"https://codeload.github.com/eddelbuettel/rcppredis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054193,"owners_count":21039952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus","cran","hiredis","r","rcpp","redis","redis-client"],"created_at":"2024-10-11T21:26:15.996Z","updated_at":"2025-04-09T14:14:45.003Z","avatar_url":"https://github.com/eddelbuettel.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## RcppRedis: RcppRedis is a Rcpp and hiredis-based Redis client for R\n\n[![CI](https://github.com/eddelbuettel/rcppredis/workflows/ci/badge.svg)](https://github.com/eddelbuettel/rcppredis/actions?query=workflow%3Aci)\n[![License](https://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-2.0.html)\n[![CRAN](https://www.r-pkg.org/badges/version/RcppRedis)](https://cran.r-project.org/package=RcppRedis)\n[![r-universe](https://eddelbuettel.r-universe.dev/badges/RcppRedis)](https://eddelbuettel.r-universe.dev/RcppRedis)\n[![Dependencies](https://tinyverse.netlify.app/badge/RcppRedis)](https://cran.r-project.org/package=RcppRedis)\n[![Downloads](https://cranlogs.r-pkg.org/badges/RcppRedis?color=brightgreen)](https://www.r-pkg.org:443/pkg/RcppRedis)\n[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/rcppredis)](https://github.com/eddelbuettel/rcppredis)\n\n### Dependencies\n\nThe package has three dependencies that should be easily resolvable:\n\n- [hiredis](https://github.com/redis/hiredis), the main C library for redis, eg via\n  [libhiredis-dev](https://packages.debian.org/sid/libhiredis-dev) on Debian or Ubuntu; as\n  a fallback [hiredis](https://github.com/redis/hiredis) is also included\n- [Rcpp](https://github.com/RcppCore/Rcpp) for seamless R and C++ integration (on\n  [CRAN](https://cran.r-project.org/package=Rcpp))\n- [RApiSerialize](https://github.com/eddelbuettel/rapiserialize) for C-level serialization\n  from the R API (on [CRAN](https://cran.r-project.org/package=RApiSerialize)) , and if\n  so, of sufficient vintage80\n\nThe package should install from source like any other R package. If the a\n[hiredis](https://github.com/redis/hiredis) library is found, it will be used. The\n`pkg-config` script is used to find the hiredis headers and library. Otherwise the\nembedded [hiredis](https://github.com/redis/hiredis) is used.  All of Rcpp, RApiSerialized\nand RcppRedis can be installed directly from [CRAN](https://cran.r-project.org) (which is\nthe recommended approach) or GitHub.\n\n[MessagePack](http://msgpack.org/index.html) support is optional, and provided by\n[RcppMsgPack](https://github.com/eddelbuettel/rcppmsgpack) package on\n[CRAN](https://cran.r-project.org/package=RcppMsgPack) which, if installed, is used to\nprovide [MessagePack](http://msgpack.org/index.html) headers for\n[MessagePack](http://msgpack.org/index.html) serialization.\n\nA backend is needed to run the code. The package will work with any protocol-compatible backend and\nfor example [valkey](https://valkey.io/) (which is increasingly replacing redis) works just fine.\n\n### Getting Started\n\nRun some of the scripts from the `demos/` or `examples/` directories.\n\n### Status\n\nThe package works well, is used in production, and has been on\n[CRAN](https://cran.r-project.org) for some time.\n\nIt is however only providing a subset of the Redis API.\n\n### History\n\nThis package was derived from an initial fork of an earlier attempt named\n'rhiredis' by Wush Wu, and has since been extended in a number of\nways. William Pleasant provided some early patches. Whit Armstrong and\nRussell Pierce contributed extensions. We also offered a new home for the\npub/sub mechanism first implemented in the now archived package `rredis` by\nBryan W. Lewis.\n\n### Authors\n\nDirk Eddelbuettel and Bryan W. Lewis, based on earlier work by Wush Wu and\nwith contributions by William Pleasant, Russell Pierce and Whit Armstrong.\n\n### License\n\nGPL (\u003e= 2)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddelbuettel%2Frcppredis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddelbuettel%2Frcppredis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddelbuettel%2Frcppredis/lists"}