Skip to content

Commit fea26be

Browse files
committed
Updated documentation for is_ready()
1 parent 6ce3af1 commit fea26be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/coherence/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,9 @@ async def is_empty(self) -> bool:
521521
async def is_ready(self) -> bool:
522522
"""
523523
Returns `true` if this map is ready to be used.
524+
An example of when this method would return `false` would be where a
525+
partitioned cache service that owns this cache has no storage-enabled
526+
members.
524527
525528
:return: `true`if this map is ready to be used.
526529
"""

0 commit comments

Comments
 (0)