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
Copy file name to clipboardExpand all lines: docs/src/reference/the-traversal.asciidoc
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,8 +288,10 @@ the <<sessions,Considering Sessions>> Section.
288
288
=== Remote Gremlin Providers
289
289
290
290
At this time, transactional patterns for Remote Gremlin Providers are largely in line with Gremlin Server. As most of
291
-
RGPs do not expose a `Graph` instance, access to lower level transactional functions even in a sessionless fashion are
292
-
not typically permitted. The nature of what a "transaction" means will be dependent on the RGP as is the case with any
291
+
RGPs do not expose a `Graph` instance, access to lower level transactional functions available to embedded graphs
292
+
even in a sessionless fashion are not typically permitted. For example, without a `Graph` instance it is not possible
293
+
to link:https://tinkerpop.apache.org/docs/current/reference/#tx-embedded[configure] transaction close or read-write
294
+
behaviors. The nature of what a "transaction" means will be dependent on the RGP as is the case with any
293
295
TinkerPop-enabled graph system, so it is important to consult that systems documentation for more details.
Please see the link:https://github.com/apache/tinkerpop/blob/3.5.1/CHANGELOG.asciidoc#release-3.5.1[changelog] for a
29
29
complete list of all the modifications that are part of this release.
30
30
31
+
=== Upgrading for Users
32
+
33
+
==== tx() in Javascript
34
+
35
+
Javascript is now the first non-JVM variant of Gremlin to get support for
36
+
link:https://tinkerpop.apache.org/docs/3.5.1/reference/#transactions[remote transactions]. An example of the `tx()`
37
+
syntax can be found in the Javascript link:https://tinkerpop.apache.org/docs/3.5.1/reference/#gremlin-javascript-transactions[Transaction Section].
0 commit comments