We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
Clone the project and build
The Webstarter gives a continual Warning: "The Redis server is experiencing issues and is not functioning as expected."
Is there any documentation on how Redis should be configured - or can it be excluded at startup?
Thanks /Cuchulain
The text was updated successfully, but these errors were encountered:
It should be like this:
"Database": { "Default": "FileRepository", "TablePrefix": "BotSharp", "BotSharpMongoDb": "", "Redis": "botsharp.redis.cache.windows.net:6380,password=,ssl=True,abortConnect=False", "FileRepository": "data", "Assemblies": [ "BotSharp.Core" ] }
You can ignore those messages if your deployment is not in a distributed environment.
Sorry, something went wrong.
No branches or pull requests
Hi all,
Clone the project and build
The Webstarter gives a continual Warning: "The Redis server is experiencing issues and is not functioning as expected."
Is there any documentation on how Redis should be configured - or can it be excluded at startup?
Thanks
/Cuchulain
The text was updated successfully, but these errors were encountered: