I have to use redis so that in django i can have channels_redis. Problem is, the server doesnt run. Im not sure why, im new to this.
when i use this command:
>redis-server redis.windows.conf
[11428] 09 Aug 11:51:03.037 # Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
then i use this:
>redis-server
[8524] 09 Aug 11:55:25.736 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
[8524] 09 Aug 11:55:25.741 # Creating Server TCP listening socket *:6379: bind: No such file or directory
As you can see these lines turn up and i dont know what to do. This is my folder:
Help would be appreciated!