This code listens to redis key expire notifications
Set config in Redis config file as "notify-keyspace-events Ex"
pip3 install redis
| [ | |
| { | |
| "_id": "5e7f55e2f065ef934a048d32", | |
| "index": 0, | |
| "guid": "88647c07-bf2a-42c3-8e23-cec1ed731f2f", | |
| "isActive": false, | |
| "balance": "$1,254.74", | |
| "picture": "http://placehold.it/32x32", | |
| "age": 40, | |
| "eyeColor": "green", |
Due to a file corruption or some reason I started getting below error
AppArmor enabled on system but the docker-default profile could not be loaded: strconv.Atoi: parsing "found": invalid syntax
I followed below steps to fix this problem. Please take backup of AppArmor profiles if you created any before running below commands
sudo rm -rf /etc/apparmor*
Due to dependency issues I got this error
npm ERR! Found: [email protected]
npm ERR! node_modules/vue
npm ERR! vue@"^2.7.10" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^3.2.0" from [email protected]
npm ERR! node_modules/vuex