Parakeet is a Rust-based Bluesky AppView aiming to implement most of the functionality required to support the Bluesky client

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

handle.invalid 3c1bd936 11acf7d2

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