Sha256: ca0e194d514dd896df2b016aedd5113af772470ef248a85a048454924dfd8519
Contents?: true
Size: 562 Bytes
Versions: 7
Compression:
Stored size: 562 Bytes
Contents
# For redis modules you need to use the image redislabs/redismod:latest # https://hub.docker.com/r/redislabs/redismod redisone: image: "redis:6.2.6-alpine3.15" port: 6379 password: <%= SmartMachine.credentials.dig(:redisone, :password) %> appendonly: "yes" maxmemory: 250MB maxmemory_policy: allkeys-lfu # modules: [] # redistwo: # image: "redis:6.2.6-alpine3.15" # port: 6380 # password: <%= SmartMachine.credentials.dig(:redistwo, :password) %> # appendonly: "yes" # maxmemory: 250MB # maxmemory_policy: allkeys-lfu # modules: []
Version data entries
7 entries across 7 versions & 1 rubygems