File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ the scope of the full Consulate API.
115
115
# Find all keys that start with "fl"
116
116
session.kv.find(' fl' )
117
117
118
+ # Find all keys that start with "feature_flag" terminated by "/" separator
119
+ session.kv.find(' feature_flag' , separator = ' /' )
120
+
118
121
# Check to see if a key called "foo" is set
119
122
if " foo" in session.kv:
120
123
print ' Already Set'
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments