From a020ed1eeddd1c3638831c15cce63d5006473dd1 Mon Sep 17 00:00:00 2001 From: Matthew Finlayson Date: Wed, 6 Aug 2014 14:51:07 -0700 Subject: [PATCH] adding to readme --- README.rst | 3 +++ consulate.iml | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 consulate.iml 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 @@ + + + + + + + + + +