diff --git a/README.rst b/README.rst index cf31327..b2366ae 100644 --- a/README.rst +++ b/README.rst @@ -115,6 +115,9 @@ the scope of the full Consulate API. # Find all keys that start with "fl" session.kv.find('fl') + # Find all keys that start with "feature_flag" terminated by "/" separator + session.kv.find('feature_flag', separator='/') + # Check to see if a key called "foo" is set if "foo" in session.kv: print 'Already Set' diff --git a/consulate.iml b/consulate.iml new file mode 100644 index 0000000..0a6b2fb --- /dev/null +++ b/consulate.iml @@ -0,0 +1,10 @@ + + + + + + + + + +