redisbench-admin 0.11.70__py3-none-any.whl → 0.11.71__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,7 +114,9 @@ def generate_common_server_args(
114
114
 
115
115
  # Add BigRedis configuration if enabled via environment variable
116
116
  if os.getenv("BIGREDIS_ENABLED") is not None:
117
- bigredis_path = os.getenv("BIGREDIS_PATH", "/tmp/bigredis")
117
+ bigredis_path = os.getenv("BIGREDIS_PATH", f"{dbdir}/redis.big")
118
+ # Append port so that each shard has its own BigRedis folder
119
+ bigredis_path = bigresdis_path + f"-{port}"
118
120
  bigredis_use_async = os.getenv("BIGREDIS_USE_ASYNC", "no")
119
121
  logging.info(f"BigRedis enabled. Using bigredis-path: {bigredis_path}")
120
122
  command.extend(
@@ -125,6 +127,8 @@ def generate_common_server_args(
125
127
  "speedb",
126
128
  "--bigredis-use-async",
127
129
  bigredis_use_async, # Temporary default no, until async API is added to Speedb Rust crate.
130
+ "--bigredis-path",
131
+ bigredis_path,
128
132
  ]
129
133
  )
130
134
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: redisbench-admin
3
- Version: 0.11.70
3
+ Version: 0.11.71
4
4
  Summary: Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... ).
5
5
  License-File: LICENSE
6
6
  Author: filipecosta90
@@ -106,12 +106,12 @@ redisbench_admin/utils/redisgraph_benchmark_go.py,sha256=os7EJt6kBxsFJLKkSoANbjM
106
106
  redisbench_admin/utils/remote.py,sha256=Kjz1VQfy1Y7jQwef26vz5KYhHrUxMHtMXXvgPmTjGy4,45206
107
107
  redisbench_admin/utils/results.py,sha256=uKk3uNJ--bSXlUj_HGQ2OaV6MVqmXJVM8xTzFV6EOw4,3267
108
108
  redisbench_admin/utils/ssh.py,sha256=QW4AwlocMHJt05QMdN_4f8WeDmxiEwR80ny8VBThq6k,6533
109
- redisbench_admin/utils/utils.py,sha256=ob96GLB2yEWwyyl0jwvBGTwf6NUP09g4Ip0Jx6GtDyY,15754
109
+ redisbench_admin/utils/utils.py,sha256=QD_U_cCtPMM38gJHWp8sDSn1QWByIggd2mEa8PqiOnU,15946
110
110
  redisbench_admin/watchdog/__init__.py,sha256=cD7zfXt0VEmy0b7452HvcAxX_9kVj6Vm213yNdUHP20,95
111
111
  redisbench_admin/watchdog/args.py,sha256=nKsG1G6ATOZlAMHMtT9u3kXxduKCbejSZ5x8oB_ynZ8,1312
112
112
  redisbench_admin/watchdog/watchdog.py,sha256=0wWYge3x_OMxWrzazNhJif2NK4tKsI963HVZqjczRag,6189
113
- redisbench_admin-0.11.70.dist-info/METADATA,sha256=u5EasgOEtYc11cMQ77IycXKhwGFDR82dc0f3keV2w9M,5724
114
- redisbench_admin-0.11.70.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
115
- redisbench_admin-0.11.70.dist-info/entry_points.txt,sha256=UUawXk_AS-PlieKJ1QxPQXGsRLb6OW_F0MtmA1W0KE8,113
116
- redisbench_admin-0.11.70.dist-info/licenses/LICENSE,sha256=AAMtfs82zOOvmG68vILivm6lxi2rcOlGObmA8jzxQvw,10768
117
- redisbench_admin-0.11.70.dist-info/RECORD,,
113
+ redisbench_admin-0.11.71.dist-info/METADATA,sha256=K1liJ9qiAm8UC8LEOtY9fx_WM1KUPGFXsdzA1L4yViI,5724
114
+ redisbench_admin-0.11.71.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
115
+ redisbench_admin-0.11.71.dist-info/entry_points.txt,sha256=UUawXk_AS-PlieKJ1QxPQXGsRLb6OW_F0MtmA1W0KE8,113
116
+ redisbench_admin-0.11.71.dist-info/licenses/LICENSE,sha256=AAMtfs82zOOvmG68vILivm6lxi2rcOlGObmA8jzxQvw,10768
117
+ redisbench_admin-0.11.71.dist-info/RECORD,,