Hey could someone help me setting up Redis with wtfblub's season 8 S4 emulator? I dont get how to use Redis properly and how to set it up, everything else like compiling is done already.
#Edit: Do i need something to do with the config inside the Auth server or is it preset and correct already?
Also my Redis is running on Ubuntu 18.4 LTS (Windows subsystem Linux)
Code:
{
Listener: 127.0.0.1:28002
WorkerThreads: -1
ServerlistTimeout: 60000
Database:
{
ConnectionStrings:
{
Redis: localhost
Auth: Server=localhost;Database=auth;Uid=root;Pwd=1234;SslMode=None;
}
RunMigration: true
}
Logging:
{
Name: auth
Directory: logs
Level: Debug
}
DataDir: ../data
}
#Edit2: i kind of figured out how to connect Authserver to Redis but not really, it tries to connect but gets errors.
Code:
{"Timestamp":"2021-01-07T03:04:11.8004430+01:00","Level":"Information","MessageTemplate":"Starting...","Properties":{"SourceContext":"Main"}}
{"Timestamp":"2021-01-07T03:04:12.0385541+01:00","Level":"Error","MessageTemplate":"UnhandledException","Exception":"StackExchange.Redis.RedisConnectionException: It was not possible to connect to the redis server(s). There was an authentication failure; check that passwords (or client certificates) are configured correctly. AuthenticationFailure (None, last-recv: 238) on localhost:6379/Interactive, Flushed, last: ECHO, origin: SetResult, outstanding: 0, last-read: 0s ago, last-write: 0s ago, unanswered-write: 0s ago, keep-alive: 60s, state: ConnectedEstablishing, mgr: 8 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.0.513.63329\r\n at StackExchange.Redis.ConnectionMultiplexer.ConnectImpl(Object configuration, TextWriter log) in C:\\projects\\stackexchange-redis\\src\\StackExchange.Redis\\ConnectionMultiplexer.cs:line 935\r\n at Netsphere.Server.Auth.Program.Main() in C:\\Users\\name\\Desktop\\NetspherePirates-patch_1267\\src\\Netsphere.Server.Auth\\Program.cs:line 43","Properties":{"SourceContext":"Main"}}