{"id":16779450,"url":"https://github.com/vvatanabe/botbuilder-redis","last_synced_at":"2026-05-20T09:08:37.719Z","repository":{"id":143865817,"uuid":"59881243","full_name":"vvatanabe/botbuilder-redis","owner":"vvatanabe","description":null,"archived":false,"fork":false,"pushed_at":"2016-07-09T03:37:21.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-08T16:34:22.399Z","etag":null,"topics":["bot","redis"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vvatanabe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-05-28T06:44:39.000Z","updated_at":"2017-12-25T02:50:24.000Z","dependencies_parsed_at":"2023-07-17T20:43:15.794Z","dependency_job_id":null,"html_url":"https://github.com/vvatanabe/botbuilder-redis","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvatanabe%2Fbotbuilder-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvatanabe%2Fbotbuilder-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvatanabe%2Fbotbuilder-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvatanabe%2Fbotbuilder-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vvatanabe","download_url":"https://codeload.github.com/vvatanabe/botbuilder-redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243923617,"owners_count":20369574,"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":["bot","redis"],"created_at":"2024-10-13T07:30:02.901Z","updated_at":"2026-05-20T09:08:32.694Z","avatar_url":"https://github.com/vvatanabe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# botbuilder-redis [![Build Status](https://travis-ci.org/vvatanabe/botbuilder-redis.svg?branch=master)](https://travis-ci.org/vvatanabe/botbuilder-redis) [![Coverage Status](https://coveralls.io/repos/github/vvatanabe/botbuilder-redis/badge.svg?branch=master)](https://coveralls.io/github/vvatanabe/botbuilder-redis?branch=master) [![npm version](https://badge.fury.io/js/botbuilder-redis.svg)](https://badge.fury.io/js/botbuilder-redis)\n\nRedis adapter for Microsoft BotBuilder.\n\n## Usage\n\n``` javascript\n'use strict'\n\nconst builder = require('botbuilder');\nconst RedisStorage = require('botbuilder-redis');\nconst redis = require('redis');\nconst client = redis.createClient();\n\nconst userStore = new RedisStorage(client, 'user');\nconst sessionStore = new RedisStorage(client, 'session');\n\nconst bot = new builder.TextBot({\n  userStore: userStore,\n  sessionStore: sessionStore  \n})\n\nbot.add('/', new builder.CommandDialog().matches('bye', session =\u003e {\n\tsession.send('hello')\n})\n\nbot.listen()\n```\n\n## Install\n\n``` sh\n$ npm install --save botbuilder-redis redis\n```\n\n## License\n\nMIT License\n\n* http://www.opensource.org/licenses/mit-license.php\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvvatanabe%2Fbotbuilder-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvvatanabe%2Fbotbuilder-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvvatanabe%2Fbotbuilder-redis/lists"}