Redis
 sql >> Baza danych >  >> NoSQL >> Redis

Programowe niszczenie / usuwanie Queue() w Redis Queue (rq)

Spróbuj wykonać następujące czynności (możesz to wszystko sprawdzić za 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. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Redis wartownik a klastrowanie

  2. Jak korzystać z Redis z Node.js

  3. Jak stworzyć RedisCacheManager w spring-data 2.0.x

  4. Uruchamianie nadzorowane z hosta, seler z virtualenv (aplikacja Django)

  5. Instalowanie Redisa na CentOS 7