How to store bot state in Redis cache
问题 Though there are some articles describing how to store bot state in redis cache, is that the recommended approach ? https://ankitbko.github.io/2016/10/Microsoft-Bot-Framework-Use-Redis-to-store-conversation-state/ I tried using Dependency injection and used Redis cache. Though the application does not throw any error, I don't see any key and value stored in Redis cache using my Redis desktop manager? 回答1: You will probably have an easier time with either CosmosDB or Table Storage, the two