{"id":15292323,"url":"https://github.com/agenthackeryt/quickdb-redis","last_synced_at":"2026-01-06T04:06:58.247Z","repository":{"id":143852024,"uuid":"446026503","full_name":"AgentHackerYT/quickdb-redis","owner":"AgentHackerYT","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-10T05:45:17.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T08:03:28.340Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AgentHackerYT.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":"2022-01-09T07:51:15.000Z","updated_at":"2023-03-17T12:50:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f17679b-de29-4335-8c97-d0f527c7d828","html_url":"https://github.com/AgentHackerYT/quickdb-redis","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"b42b5c77641a4ce8044998423abd751e7caa969a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentHackerYT%2Fquickdb-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentHackerYT%2Fquickdb-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentHackerYT%2Fquickdb-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentHackerYT%2Fquickdb-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AgentHackerYT","download_url":"https://codeload.github.com/AgentHackerYT/quickdb-redis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245249230,"owners_count":20584497,"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":[],"created_at":"2024-09-30T16:17:23.852Z","updated_at":"2026-01-06T04:06:58.219Z","avatar_url":"https://github.com/AgentHackerYT.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickDB Redis\n- A Simple Module To Use Redis Database\n# Functions \n- Create A Redis Client\n```js\nconst { RedisClient } = require(\"quickdb-redis\")\n\nconst db = new RedisClient({\n    url: \"IF You Have URL\",\n    username: \"IF YOU HAVE username and Password\",\n    password: \"IF YOU HAVE username and Password\",\n}) \n// URL or USERNAME AND PASSWORD\n```\n- Set A value\n```js\ndb.set(`key`, `value`)\n```\n- Get A value\n```js\ndb.get(`key`).then(got =\u003e console.log(got))\n```\n- Add\n```js\ndb.add(`key`, Number)\n```\n- Subtract\n```js\ndb.subtract(`key`, Number)\n```\n- Delete A Key\n```js\ndb.delete(`key`)\n```\n- Disconnect From The Database\n```js\ndb.disconnect()\n```\n# Credits\n- Made By Agent Hacker\n- Contact Me On Discord: Agent Hacker#0477\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagenthackeryt%2Fquickdb-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagenthackeryt%2Fquickdb-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagenthackeryt%2Fquickdb-redis/lists"}