Skip to content

Commit 894089a

Browse files
DOC-5225 added missing output
1 parent 98dc574 commit 894089a

File tree

1 file changed

+1
-1
lines changed
  • content/develop/clients/redis-py

1 file changed

+1
-1
lines changed

content/develop/clients/redis-py/prob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ res7 = r.cf().mexists("other_users", "paolo", "rachel", "andy")
132132
print(res7) # >>> [1, 1, 0]
133133

134134
res8 = r.cf().delete("other_users", "paolo")
135-
print(res8)
135+
print(res8) # >>> 1
136136

137137
res9 = r.cf().exists("other_users", "paolo")
138138
print(res9) # >>> 0

0 commit comments

Comments
 (0)