sql >> Databáze >  >> NoSQL >> Redis

Zničení / odstranění Queue() v Redis Queue (rq) programově

Zkuste následující (vše můžete ověřit pomocí redis-cli):

yesterday.empty()  # This will wipe out rq:queue:yesterday and all of its contents
del(yesterday)  # Deletes the variable itself
r = Redis()
r.srem('rq:queues', 'rq:queue:yesterday')  # Removed the entry from rq:queues set. The library unfortunately doesn't seem to clean this up by itself.



  1. MongoDB - stránkování

  2. Spring boot + Redis - Generování podivného klíče

  3. Jak odstranit N čísel dokumentů v mongodb

  4. NodeJS a MongoDB FindAndModify() potřebují odstranit nebo aktualizovat