Restoring backup fails in Win10/Ubuntu development environment

I sincerely appreciate your time in replying, but is there a specific suggestion you can make to “fix your Redis config?” I have zero experience with redis, Linux, Ruby, Rails, etc.

If I followed the directions at Beginners Guide to Install Discourse on Windows 10 for Development should redis be working properly? Do I need to start over?

Basically, I have no idea where to begin to debug/fix this issue…

EDIT:

redis is running and responding:

C:\WINDOWS\system32>bash
root@Jeff-PC:/mnt/c/Windows/System32# redis-cli
127.0.0.1:6379> ping
PONG
127.0.0.1:6379> set mykey somevalue
OK
127.0.0.1:6379> get mykey
"somevalue"
127.0.0.1:6379>

I’d appreciate any help so I can get started on importing the actual forum content. I’ll be manually inserting 96,000 registered members and over 8 MILLION posts.