Redis
- Commands
get key- returns value for simple typesexists keykeys regex- returns all keys matching the regextype key- returns type of the keyexpire key,10- expires the key in 10 secspexpire key,10- expires key in 10mshgetall key- returns the hash stored at the key
- Configuration
/etc/redis/redis.conf/var/log/redis/redis-server.log- Persistent - yes. Save data in intervals
- Default Port - 6379
-
Categories
-
Database
-
Programming
-
Workflow
-
Devops
-
Architecture
-
Ui
-
Frameworks
-
Blogging