10
Desidero poter cancellare tutti i tasti. C'è un modo per scaricare tutto nel nodo redis?Come eliminare tutto nel nodo redis?
Redis cliente:
client = redis.createClient(REDIS_PORT, REDIS_HOST);
Desidero poter cancellare tutti i tasti. C'è un modo per scaricare tutto nel nodo redis?Come eliminare tutto nel nodo redis?
Redis cliente:
client = redis.createClient(REDIS_PORT, REDIS_HOST);
'flushdb' a filo chiavi dal database selezionato,' flushall' - a filo chiavi * * tutti i database. –