fix: collection loading renaming

This commit is contained in:
Swann Martinez
2019-05-10 15:12:52 +02:00
parent 707ac984fe
commit 4192b88e6f
4 changed files with 66 additions and 23 deletions

View File

@ -174,7 +174,13 @@ class RCFClient(object):
return value
def exist(self,key):
"""
Fast key exist check
"""
pass
def list(self):
dump_list = []
for k,v in self.store.items():