Difference between revisions of "Redis-server"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
- command: | - command: | ||
- redis-server | - redis-server | ||
− | - --dir /data | + | - [[--dir]] /data |
− | - --dbfilename dump.rdb | + | - [[--dbfilename]] dump.rdb |
image: redis:latest | image: redis:latest | ||
imagePullPolicy: IfNotPresent | imagePullPolicy: IfNotPresent | ||
Line 11: | Line 11: | ||
== Related == | == 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: