Skip to content

Commit a020ed1

Browse files
author
Matthew Finlayson
committed
adding to readme
1 parent 35e1cf8 commit a020ed1

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ the scope of the full Consulate API.
115115
# Find all keys that start with "fl"
116116
session.kv.find('fl')
117117
118+
# Find all keys that start with "feature_flag" terminated by "/" separator
119+
session.kv.find('feature_flag', separator='/')
120+
118121
# Check to see if a key called "foo" is set
119122
if "foo" in session.kv:
120123
print 'Already Set'

consulate.iml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="PYTHON_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$" />
6+
<orderEntry type="inheritedJdk" />
7+
<orderEntry type="sourceFolder" forTests="false" />
8+
</component>
9+
</module>
10+

0 commit comments

Comments
 (0)