You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same situation is when starting two processes of redis-server with two config files pointing to the same pmfile path (which exists in this case)
Redis version: 3.2.7-25-g1e7aa59
Pmdk version: 1.3+b2-614-g1bc6897
The text was updated successfully, but these errors were encountered:
I solved to run redis-server with sudo authority.
Or... make directory on user home (ex. /home/totorody/pmem-mnt), and mount /dev/pmem0 to it. then run redis-server without sudo authority.
Having myconfig.conf file with following registration:
and starting redis-server:
./redis-server myconfig.conf
we get:
The same situation is when starting two processes of redis-server with two config files pointing to the same pmfile path (which exists in this case)
Redis version: 3.2.7-25-g1e7aa59
Pmdk version: 1.3+b2-614-g1bc6897
The text was updated successfully, but these errors were encountered: