I do know about reference count mean,cause I use python and javascript as my dev language which use ref count in garbage collection. I read the code again quickry,does the refcount decr when a set/add/replace operation complete? If so,does it mean that all the item's refcount will become 0 when there is no connection any more?
Thank you for your tips,Steven
