{"id":13419726,"url":"https://github.com/luca3m/redis3m","last_synced_at":"2025-09-23T02:32:00.048Z","repository":{"id":13859202,"uuid":"16556952","full_name":"luca3m/redis3m","owner":"luca3m","description":"A C++ Redis client","archived":false,"fork":false,"pushed_at":"2019-05-22T23:51:41.000Z","size":459,"stargazers_count":189,"open_issues_count":25,"forks_count":79,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-08-01T07:48:45.436Z","etag":null,"topics":["c-plus-plus","hiredis","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luca3m.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-05T20:17:46.000Z","updated_at":"2025-04-11T08:18:23.000Z","dependencies_parsed_at":"2022-08-28T16:04:08.618Z","dependency_job_id":null,"html_url":"https://github.com/luca3m/redis3m","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/luca3m/redis3m","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luca3m%2Fredis3m","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luca3m%2Fredis3m/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luca3m%2Fredis3m/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luca3m%2Fredis3m/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luca3m","download_url":"https://codeload.github.com/luca3m/redis3m/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luca3m%2Fredis3m/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276503601,"owners_count":25653915,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","hiredis","redis","redis-client"],"created_at":"2024-07-30T22:01:19.885Z","updated_at":"2025-09-23T02:31:59.978Z","avatar_url":"https://github.com/luca3m.png","language":"C++","readme":"redis3m\n=======\n[![Build Status](https://travis-ci.org/luca3m/redis3m.png?branch=master)](https://travis-ci.org/luca3m/redis3m)\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/luca3m/redis3m?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\nA C++ [Redis](http://redis.io) client, born to bring my experience using Redis and C++ on a opensource library.\n\n### Main goals\n\n1. Provide a simple and efficient wrapper of [hiredis](http://github.com/redis/hiredis), with C++ facilities like memory management\n2. A connection pooling system, with support for high availability using sentinel\n3. A set of useful patterns ready to use and composable with other code. For example [scheduler](http://luca3m.me/2013/12/03/redis-scheduler.html), [orm](http://github.com/soveran/ohm), counters or message queueing\n\n### Dependencies\n\nredis3m requires hiredis and boost libraries.\n\n### Install\n\nFirst step install all required dependencies, on a Debian system you can use:\n\n```bash\nsudo apt-get install libmsgpack-dev libboost-thread-dev libboost-date-time-dev libboost-test-dev libboost-filesystem-dev libboost-system-dev libhiredis-dev cmake build-essential libboost-regex-dev\n```\n\nThen checkout the code and compile it\n```bash\ngit clone https://github.com/luca3m/redis3m\ncd redis3m\ncmake\nmake\nsudo make install\n```\n\n### Documentation\n\nSee [examples](https://github.com/luca3m/redis3m/tree/master/examples) directory for some examples, you can compile them with:\n\n```bash\ng++ \u003cexample.cpp\u003e $(pkg-config --cflags --libs redis3m) -o \u003cexample.bin\u003e\n```\n\nYou can find all classes reference [here](http://luca3m.me/redis3m/docs)\n\n### Versioning\n\nThis project uses [semantic versioning](http://semver.org). In short words versions are named X.Y[.Z].\nChanging X means break API changes, Y means new features without breaking old code, Z means bug fixing.\n","funding_links":[],"categories":["TODO scan for Android support in followings","Database","Redis Client"],"sub_categories":["C++"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluca3m%2Fredis3m","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluca3m%2Fredis3m","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluca3m%2Fredis3m/lists"}