We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0858f commit 066eaa2Copy full SHA for 066eaa2
1 file changed
drift/instrumentation/redis/e2e-tests/src/app.py
@@ -319,6 +319,7 @@ def test_cluster_pipeline():
319
except Exception as e:
320
return jsonify({"error": str(e)}), 500
321
322
+
323
@app.route("/test/cluster-pipeline-transaction", methods=["GET"])
324
def test_cluster_pipeline_transaction():
325
"""Test ClusterPipeline with transaction mode.
0 commit comments