File tree 2 files changed +15
-2
lines changed 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
- * Version 1.2.9
1
+ * Version 1.2.12
2
+ * Fix 64bit keyspace support
3
+
4
+ * Version 1.2.11
5
+ * Basic support for redis cluster API.
6
+ * Dockerfile support for building & running memtier benchmark in a container
7
+
8
+ * Version 1.2.10
9
+ * Fix memory corruption when using randomized values
10
+
11
+ * Version 1.2.9
2
12
* Add JSON output support: add thin json handling class that could be overridden for extensive uses
3
13
* Add --json-out-file: Name of JSON output file, if not set, will not print to json
4
14
* Refactor some code duplications in the prints sections
5
15
* Change license to 2017
16
+ * 64bits keyspace
17
+ * Fix binary protocol pipelining: always use the actual body length
18
+ * Use different values for each key when random data is set
6
19
7
20
* Version 1.2.8
8
21
* Optimization of gettimeofday() and latency calculations
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
16
16
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
AC_PREREQ ( 2.59 )
19
- AC_INIT ( memtier_benchmark ,1.2.8 ,yossigo@gmail.com )
19
+ AC_INIT ( memtier_benchmark ,1.2.12 ,yossigo@gmail.com )
20
20
AC_CONFIG_SRCDIR ( [ memtier_benchmark.cpp] )
21
21
AC_CONFIG_HEADER([ config.h] )
22
22
AM_INIT_AUTOMAKE
You can’t perform that action at this time.
0 commit comments