Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redis-performance/redis-benchmark-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: redis-performance/redis-benchmark-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Nov 29, 2023

  1. Added the option to enable/disable MULTI/EXEC on client side caching …

    …feature. Avoid cluster shards on standalone connection. (#36)
    
    * Included CSC docs with examples
    
    * Added more context for CSC invalidation
    
    * Added CSC hits/evicts counter
    
    * Added the option to enable/disable MULTI/EXEC on client side caching feature. Avoid cluster shards on standalone connection.
    
    * Included CSC flow tests
    filipecosta90 authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    77c96f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Add --tls flags (#39)

    fondoger authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    be0cec4 View commit details
    Browse the repository at this point in the history
  2. add Dockerfile (#38)

    * add docker build file
    
    * add TLS support
    
    ---------
    
    Co-authored-by: Filipe Oliveira (Personal) <filipecosta.90@gmail.com>
    ruurdk and filipecosta90 authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    8a0f2ca View commit details
    Browse the repository at this point in the history
  3. Mapping of tls features to redis-cli / redis-benchmark (#40)

    Co-authored-by: fcostaoliveira <filipe@redis.com>
    filipecosta90 and fcostaoliveira authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    8c0f829 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Added workflow to publish to dockerhub (#41)

    * Added workflow to publish to dockerhub from master
    
    * Enabled multiple entrypoints on docker
    fcostaoliveira authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    ad62a97 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. perf(cli): add pipelining and optimize RNG/string generation (#42)

    Co-authored-by: fcostaoliveira <filipe@redis.com>
    filipecosta90 and fcostaoliveira authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    7a02009 View commit details
    Browse the repository at this point in the history
Loading