Public » MiniRedis Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

save on SHUTDOWN, per spec

Changeset ef5fdff2ad40

Parent 556f775a53ee

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at ef5fdff2ad40 Showing diff from parent 556f775a53ee Diff from another changeset...

Change 1 of 1 Show Entire File miniredis.py Stacked
 
342
343
344
 
345
346
347
 
342
343
344
345
346
347
348
@@ -342,6 +342,7 @@
  def handle_shutdown(self, client):   self.log(client, 'SHUTDOWN')   self.halt = True + self.save()   return self.handle_quit(client)    def main(args):