- 29 Nov, 2021 1 commit
-
-
yoav-steinberg authored
caused a build warning in linenoise since glibc 2.20
-
- 02 Sep, 2021 1 commit
-
-
Yossi Gottlieb authored
This is considered a safer approach as it prevents a race condition that could lead to chmod executed on a different file. Not a major risk, but CodeQL alerted this so it makes sense to fix.
-
- 10 Sep, 2020 1 commit
-
-
Oran Agra authored
List of squashed commits or PRs =============================== commit 66801ea Author: hwware <wen.hui.ware@gmail.com> Date: Mon Jan 13 00:54:31 2020 -0500 typo fix in acl.c commit 46f55db Author: Itamar Haber <itamar@redislabs.com> Date: Sun Sep 6 18:24:11 2020 +0300 Updates a couple of comments Specifically: * RM_AutoMemory completed instead of pointing to docs * Updated link to custom type doc commit 61a2aa0 Author: xindoo <xindoo@qq.com> Date: Tue Sep 1 19:24:59 2020 +0800 Correct errors in code comments commit a5871d1 Author: yz1509 <pro-756@qq.com> Date: Tue Sep 1 18:36:06 2020 +0800 fix typos in module.c commit 41eede7 Author: bookug <bookug@qq.com> Date: Sat Aug 15 01:11:33 2020 +0800 docs: fix typos in comments commit c303c84 Author: lazy-snail <ws.niu@outlook.com> Date: Fri Aug 7 11:15:44 2020 +0800 fix spelling in redis.conf commit 1e...
-
- 12 Mar, 2020 1 commit
-
-
antirez authored
-
- 05 Mar, 2020 1 commit
-
-
lifubang authored
update linenoise to https://github.com/antirez/linenoise/tree/fc9667a81d43911a6690fb1e68c16e6e3bb8df05 Signed-off-by:
lifubang <lifubang@acmcoder.com>
-
- 29 Jul, 2016 1 commit
-
-
antirez authored
The problem was fixed in antirez/linenoise repository applying a patch contributed by @lamby. Here the new version is updated in the Redis source tree. Close #1418 Close #3322
-
- 13 Apr, 2016 1 commit
-
-
antirez authored
-
- 12 Apr, 2016 1 commit
-
-
antirez authored
-
- 06 Apr, 2016 1 commit
-
-
antirez authored
As a side effect, cat commands.txt | redis-cli now is able to handle lines more than 4096 bytes.
-
- 22 Sep, 2014 1 commit
-
-
antirez authored
-
- 13 Mar, 2014 1 commit
-
-
antirez authored
-
- 26 Oct, 2012 1 commit
-
-
antirez authored
-
- 22 Feb, 2011 1 commit
-
-
antirez authored
-
- 10 Dec, 2010 1 commit
-
-
antirez authored
-
- 01 Dec, 2010 1 commit
-
-
antirez authored
added support for ctrl-l and clear command into redis-cli. To clear the screen is a good idea from time to time :). Also linenoise updated to the current version to support this new feature.
-
- 29 Nov, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 03 Nov, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 09 Jul, 2010 1 commit
-
-
antirez authored
-
- 07 Jul, 2010 1 commit
-
-
antirez authored
-
- 01 Jul, 2010 1 commit
-
-
antirez authored
networking related stuff moved into networking.c moved more code more work on layout of source code SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;) cleanly compiling again after the first split, now splitting it in more C files moving more things around... work in progress split replication code splitting more Sets split Hash split replication split even more splitting more splitting minor change
-
- 02 May, 2010 1 commit
-
-
antirez authored
-
- 30 Apr, 2010 1 commit
-
-
antirez authored
-
- 29 Mar, 2010 1 commit
-
-
antirez authored
-
- 23 Mar, 2010 1 commit
-
-
Michel Martens authored
-