Skip to content

Add support for graph.RO_QUERY command #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 21, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: DvirDukhan <dvir@redislabs.com>
  • Loading branch information
filipecosta90 and DvirDukhan authored Jan 24, 2021
commit f97e01943cd63f51e076fc1acac31885c6bf0f9c
8 changes: 4 additions & 4 deletions src/main/java/com/redislabs/redisgraph/RedisGraph.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public interface RedisGraph extends Closeable {
* @param query Cypher query
* @return a result set
*/
ResultSet queryReadOnly(String graphId, String query);
ResultSet readOnlyQuery(String graphId, String query);

/**
* Execute a Cypher query with timeout.
Expand All @@ -38,7 +38,7 @@ public interface RedisGraph extends Closeable {
* @param timeout
* @return a result set
*/
ResultSet queryReadOnly(String graphId, String query, long timeout);
ResultSet readOnlyQuery(String graphId, String query, long timeout);


/**
Expand Down Expand Up @@ -79,7 +79,7 @@ public interface RedisGraph extends Closeable {
* @param params parameters map.
* @return a result set.
*/
ResultSet queryReadOnly(String graphId, String query, Map<String, Object> params);
ResultSet readOnlyQuery(String graphId, String query, Map<String, Object> params);

/**
* Executes a cypher query with parameters and timeout.
Expand All @@ -99,7 +99,7 @@ public interface RedisGraph extends Closeable {
* @param timeout
* @return a result set.
*/
ResultSet queryReadOnly(String graphId, String query, Map<String, Object> params, long timeout);
ResultSet readOnlyQuery(String graphId, String query, Map<String, Object> params, long timeout);

/**
* Invokes stored procedures without arguments
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy