We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8666582 commit d6b9811Copy full SHA for d6b9811
CHANGES
@@ -1,3 +1,9 @@
1
+* Version 1.3.0
2
+ * Redis 6.x ACL support
3
+ * TLS support
4
+ * Docker related fixes/cleanups
5
+ * Numerous other smaller fixes
6
+
7
* Version 1.2.17
8
* fix parallel key-pattern command line usage
9
* fix and clean up build on macOS
configure.ac
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
16
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18
AC_PREREQ(2.59)
19
-AC_INIT(memtier_benchmark,1.2.17,yossigo@gmail.com)
+AC_INIT(memtier_benchmark,1.3.0,yossigo@gmail.com)
20
AC_CONFIG_SRCDIR([memtier_benchmark.cpp])
21
AC_CONFIG_HEADER([config.h])
22
AM_INIT_AUTOMAKE
0 commit comments