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

save when stopping

Changeset 5bf8723080fd

Parent 6dc10eea7cb7

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at 5bf8723080fd Showing diff from parent 6dc10eea7cb7 Diff from another changeset...

Change 1 of 1 Show Entire File miniredis.py Stacked
 
164
165
166
 
167
168
169
 
164
165
166
167
168
169
170
@@ -164,6 +164,7 @@
  def stop(self):   if not self.halt:   self.log(None, 'STOPPING') + self.save()   self.halt = True     # HANDLERS