Parakeet is a Rust-based Bluesky AppServer aiming to implement most of the functionality required to support the Bluesky client
appview atproto bluesky rust appserver

fix: delete all the lists used for backfill in reset-redis

mia.omg.lol 3c1bd936 11acf7d2

verified
+1 -2
+1 -2
justfile
··· 12 13 @reset-redis: 14 echo "Resetting Redis lists..." 15 - redis-cli DEL backfill_queue 16 - redis-cli DEL backfill_processing 17 18 @reset-and-backfill *dids: reset-db reset-redis 19 for PARAMETER_VALUE in {{dids}}; do \
··· 12 13 @reset-redis: 14 echo "Resetting Redis lists..." 15 + redis-cli DEL backfill_queue backfill_processing bf_downloaded 16 17 @reset-and-backfill *dids: reset-db reset-redis 18 for PARAMETER_VALUE in {{dids}}; do \