You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Coherence Python Client allows Python applications to act as cache clients to an Oracle Coherence cluster using
5
9
the Google gRPC framework as the network transport.
6
10
@@ -32,6 +36,7 @@ pip install coherence
32
36
33
37
## Documentation
34
38
39
+
TBC
35
40
36
41
## Examples
37
42
@@ -73,6 +78,15 @@ await cache.remove(k1)
73
78
```
74
79
## Help
75
80
81
+
We have a **public Slack channel** where you can get in touch with us to ask questions about using the Coherence CLI
82
+
or give us feedback or suggestions about what features and improvements you would like to see. We would love
83
+
to hear from you. To join our channel,
84
+
please [visit this site to get an invitation](https://join.slack.com/t/oraclecoherence/shared_invite/enQtNzcxNTQwMTAzNjE4LTJkZWI5ZDkzNGEzOTllZDgwZDU3NGM2YjY5YWYwMzM3ODdkNTU2NmNmNDFhOWIxMDZlNjg2MzE3NmMxZWMxMWE).
85
+
The invitation email will include details of how to access our Slack
86
+
workspace. After you are logged in, please come to `#coherence` and say, "hello!"
87
+
88
+
If you would like to raise an issue please see [here](https://github.com/oracle/coherence-py-client/issues/new/choose).
89
+
76
90
## Contributing
77
91
78
92
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
0 commit comments