{"id":20957244,"url":"https://github.com/axiros/redis_auto_del","last_synced_at":"2026-05-18T00:09:54.374Z","repository":{"id":146310526,"uuid":"281046999","full_name":"axiros/redis_auto_del","owner":"axiros","description":"Automatically deletes a key when a client disconnects","archived":false,"fork":false,"pushed_at":"2020-07-20T09:43:58.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T22:00:53.562Z","etag":null,"topics":["redis","redis-module"],"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/axiros.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-20T07:33:27.000Z","updated_at":"2020-07-20T09:44:00.000Z","dependencies_parsed_at":"2023-07-23T18:01:10.165Z","dependency_job_id":null,"html_url":"https://github.com/axiros/redis_auto_del","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/axiros/redis_auto_del","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiros%2Fredis_auto_del","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiros%2Fredis_auto_del/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiros%2Fredis_auto_del/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiros%2Fredis_auto_del/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axiros","download_url":"https://codeload.github.com/axiros/redis_auto_del/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiros%2Fredis_auto_del/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["redis","redis-module"],"created_at":"2024-11-19T01:30:22.891Z","updated_at":"2026-05-18T00:09:54.360Z","avatar_url":"https://github.com/axiros.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThis is a server side [redis module](https://redis.io/topics/modules-intro).\nIts use case is to automatically delete a key from redis when the corresponding\nclient disconnects.\n\n# Commands\n\n## ax.associate_key\n\nSyntax: `ax.associate_key \u003ckey\u003e`\n\nAssociates an existing key with the current client session.\nWhen the client disconnects they key gets automatically deleted.\n\nIf the key is already associated with a client, this association gets transferred\nto the current client calling the command.\n\nIf the key gets deleted / expired/ evicted the association is automaticlly cleared.\n\n\n*Return Values:*\n\n* `0` if the `key` did not exist.\n* `1` on success.\n\n\n# Building\n\n```\ngit submodule init\ngit submodule update\nmkdir build\ncd build\ncmake -DCMAKE_BUILD_TYPE=Release ../\nmake ax_redis_auto_del\n```\n\nAfter that, you got a file called `libax_redis_auto_del.so`.\n\n# Installing\n\nInstall the module via adding the folling line into the redis config file:\n\n`loadmodule \u003cfolder\u003e/libax_redis_auto_del.so`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxiros%2Fredis_auto_del","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxiros%2Fredis_auto_del","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxiros%2Fredis_auto_del/lists"}