Page MenuHomePhabricator

D7016.id23557.diff
No OneTemporary

D7016.id23557.diff

diff --git a/nix/redis-up-mac.nix b/nix/redis-up-mac.nix
--- a/nix/redis-up-mac.nix
+++ b/nix/redis-up-mac.nix
@@ -19,6 +19,10 @@
# (https://linear.app/comm/issue/ENG-3254/remove-wait-logic-in-nix-develop)
exec 3>&-
+ # We want to launch from `$REDIS_CACHE_DIR` so `dump.rdp` will
+ # be persisted there instead of in the root of the repo.
+ cd "$REDIS_CACHE_DIR"
+
# 'exec' allows for us to replace bash process with Redis
exec ${redis}/bin/redis-server \
&> "$REDIS_CACHE_DIR"/logs

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 11:21 PM (20 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2576073
Default Alt Text
D7016.id23557.diff (539 B)

Event Timeline