Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: feiyunwill/memtier_benchmark

Tags

1.2.17

Toggle 1.2.17's commit message
Version bump 1.2.17 (redis#85)

1.2.16

Toggle 1.2.16's commit message
Version bump 1.2.16 (redis#75)

1.2.15

Toggle 1.2.15's commit message
version bump 1.2.15 (redis#63)

1.2.12

Toggle 1.2.12's commit message
version bump 1.2.12

1.2.11

Toggle 1.2.11's commit message
add support for cluster mode (redis#42)

new 'cluster_client' add to support cluster mode.
the new client use CLUSTER_SLOTS command to retrive the
key-->node mapping, create separate connection fot each node,
and send the commands to the appropriate connection according
to hash calculation.

1.2.10

Toggle 1.2.10's commit message
Merge pull request redis#22 from RedisLabs/segfault-random-data

Fix mem corruption when using random data

1.2.9

Toggle 1.2.9's commit message
Fix binary protocol pipelining: always use the actual body length (re…

…dis#16)

even when not saving the value.

1.2.8

Toggle 1.2.8's commit message
Bump version to 1.2.8.

1.2.7

Toggle 1.2.7's commit message
version bump 1.2.7

1.2.6

Toggle 1.2.6's commit message
version 1.2.6: random data fix, latency histogram improvements