Difference between revisions of "Redis-server"
Jump to navigation
Jump to search
(Created page with "{{lc}} containers: - command: - redis-server - --dir /data - --dbfilename dump.rdb image: redis:latest imagePullPolicy: IfNotPresent name: redis-your-name {{r...") Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | containers: | ||
+ | - command: | ||
+ | - redis-server | ||
+ | - [[--dir]] /data | ||
+ | - [[--dbfilename]] dump.rdb | ||
+ | image: redis:latest | ||
+ | imagePullPolicy: IfNotPresent | ||
+ | name: redis-your-name | ||
− | + | == Related == | |
− | + | * <code>[[brew services restart redis]]</code> | |
− | + | * <code>[[/etc/redis.conf]]</code> | |
− | |||
− | |||
− | |||
− | |||
− | |||
+ | == See also == | ||
+ | * {{redis}} | ||
− | + | [[Category:Redis]] | |
− |
Latest revision as of 09:25, 8 March 2023
containers: - command: - redis-server - --dir /data - --dbfilename dump.rdb image: redis:latest imagePullPolicy: IfNotPresent name: redis-your-name
Related[edit]
See also[edit]
- Redis, installation,
/etc/redis.conf, values.yml
, Redis Cluster, Redis Sentinel,/etc/redis-sentinel.conf
, Redis memory footprint,redis-cli, redis-benchmark, redis-check-aof, redis-check-rdb, redis-sentinel, redis-server
, Amazon MemoryDB for Redis, AOF, Redis changelog, Redis Database (RDB), Append Only File (AOF), Redis logs
Advertising: