Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Some redis client performance optimizations #17

Merged
merged 4 commits into from
Jul 11, 2016

Commits on Jul 8, 2016

  1. use hMSet for storing metric metadata

    a simple performance optimization
    schnipseljagd committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    f2b26c2 View commit details
    Browse the repository at this point in the history
  2. use hMSet for storing metric samples

    and fetch them with hGetAll.
    Another simple performance optimization.
    schnipseljagd committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    a09a8d1 View commit details
    Browse the repository at this point in the history
  3. formatting

    schnipseljagd committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    73fc9ca View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2016

  1. Configuration menu
    Copy the full SHA
    1e15b63 View commit details
    Browse the repository at this point in the history