Add templated redis

This commit is contained in:
2025-06-14 22:13:48 +02:00
parent 22994bb869
commit 21efcfc5ef
26 changed files with 120 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/execlineb -P
redirfd -w 2 /dev/null
getcwd -E CWD
backtick -E port { basename $CWD }
backtick -En PING { redis-cli -p $port ping }
eltest $PING = PONG