redis-benchmarks-specification 0.1.327__py3-none-any.whl → 0.1.328__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.

Potentially problematic release.


This version of redis-benchmarks-specification might be problematic. Click here for more details.

@@ -1546,13 +1546,12 @@ def process_self_contained_coordinator_stream(
1546
1546
  # Create Redis connection - use URI if provided, otherwise use individual parameters
1547
1547
  if hasattr(args, "uri") and args.uri:
1548
1548
  # Use URI connection (redis-py handles URI parsing automatically)
1549
- redis_params = {
1550
- "ssl_cert_reqs": ssl_cert_reqs,
1551
- "ssl_check_hostname": False,
1552
- }
1549
+ redis_params = {}
1553
1550
 
1554
- # Add SSL certificate parameters if TLS is enabled and certificates are provided
1551
+ # Only add SSL parameters if TLS is enabled
1555
1552
  if tls_enabled:
1553
+ redis_params["ssl_cert_reqs"] = ssl_cert_reqs
1554
+ redis_params["ssl_check_hostname"] = False
1556
1555
  if tls_key is not None and tls_key != "":
1557
1556
  redis_params["ssl_keyfile"] = tls_key
1558
1557
  if tls_cert is not None and tls_cert != "":
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.1.327
3
+ Version: 0.1.328
4
4
  Summary: The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster performance and observability standards around redis related technologies. Members from both industry and academia, including organizations and individuals are encouraged to contribute.
5
5
  Author: filipecosta90
6
6
  Author-email: filipecosta.90@gmail.com
@@ -25,7 +25,7 @@ redis_benchmarks_specification/__init__.py,sha256=YQIEx2sLPPA0JR9OuCuMNMNtm-f_gq
25
25
  redis_benchmarks_specification/__runner__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
26
26
  redis_benchmarks_specification/__runner__/args.py,sha256=K3VGmBC0-9lSv9H6VDp0N-6FGMWvc_4H0pG_TOXN5u8,11312
27
27
  redis_benchmarks_specification/__runner__/remote_profiling.py,sha256=R7obNQju8mmY9oKkcndjI4aAuxi84OCLhDSqqaYu1SU,18610
28
- redis_benchmarks_specification/__runner__/runner.py,sha256=E4D9ubVnjFcihuRHMeICfgf0MgzWCUbo-boacypLc1c,150973
28
+ redis_benchmarks_specification/__runner__/runner.py,sha256=z_xGRVcsk7dJTMiA0YrUIJASO-E-zN2m7NcgGbVnN9c,150939
29
29
  redis_benchmarks_specification/__self_contained_coordinator__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
30
30
  redis_benchmarks_specification/__self_contained_coordinator__/args.py,sha256=uxBjdQ78klvsVi6lOfGYQVaWIxc8OI-DwYKY16SgvCY,5952
31
31
  redis_benchmarks_specification/__self_contained_coordinator__/artifacts.py,sha256=OVHqJzDgeSSRfUSiKp1ZTAVv14PvSbk-5yJsAAoUfpw,936
@@ -281,8 +281,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-st
281
281
  redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-1k-sessions.yml,sha256=2egtIxPxCze2jlbAfgsk4v9JSQHNMoPLbDWFEW8olDg,7006
282
282
  redis_benchmarks_specification/test-suites/template.txt,sha256=ezqGiRPOvuSDO0iG7GEf-AGXNfHbgXI89_G0RUEzL88,481
283
283
  redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml,sha256=PD7ow-k4Ll2BkhEC3aIqiaCZt8Hc4aJIp96Lw3J3mcI,791
284
- redis_benchmarks_specification-0.1.327.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
285
- redis_benchmarks_specification-0.1.327.dist-info/METADATA,sha256=62EJm_MZYnoZyT3vbaFQLI7oBNnus1WYHm0Wv5RLonE,22768
286
- redis_benchmarks_specification-0.1.327.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
287
- redis_benchmarks_specification-0.1.327.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
288
- redis_benchmarks_specification-0.1.327.dist-info/RECORD,,
284
+ redis_benchmarks_specification-0.1.328.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
285
+ redis_benchmarks_specification-0.1.328.dist-info/METADATA,sha256=ZczeKlE4rBkHFUAUCWSvmBzXLtYaA5s74c3rW-VnXZ8,22768
286
+ redis_benchmarks_specification-0.1.328.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
287
+ redis_benchmarks_specification-0.1.328.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
288
+ redis_benchmarks_specification-0.1.328.dist-info/RECORD,,