Skip to content
New issue

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

Is there more info on the Redis server configuration? The default config give a Redis error. #852

Open
CuchulainX opened this issue Jan 29, 2025 · 1 comment

Comments

@CuchulainX
Copy link

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

@Oceania2018
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants