I'm new to Redis (but already an enthusiastic user) and I'm facing this error on Windows 10 Pro (64 bit) when trying to do the background save of Redis:
[14932] 18 Jan 10:57:24 # Failed saving the DB: Permission denied
[14932] 18 Jan 10:57:24 # Can't save in background: spoon err: Permission denied
[14932] 18 Jan 10:57:24 # Background saving terminated by signal 255
(This is the detailed message given by redis-server, the console would just print ERR after BGSAVE command).
I've tried to restart and to change User permissions to the redis.conf file but I'm not sure how to edit it manually. My Redis version is earlier than 2.8.0.
Can anybody please help me solve this?