summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | RESP3: t_stream.c updated.antirez2019-01-092-40/+49
* | | RESP3: module.c updated.antirez2019-01-091-6/+6
* | | RESP3: latency.c updated.antirez2019-01-091-6/+6
* | | RESP3: hyperloglog.c updated.antirez2019-01-091-1/+1
* | | RESP3: restore the concept of null array for RESP2 compat.antirez2019-01-097-8/+8
* | | RESP3: add shared.nullarray for better RESP2 compat.antirez2019-01-092-2/+7
* | | RESP3: addReplyNullArray() added for better RESP2 compat.antirez2019-01-092-0/+13
* | | RESP3: geo.c updated.antirez2019-01-091-16/+16
* | | RESP3: blocked.c updated.antirez2019-01-091-3/+3
* | | RESP3: sentinel.c updated.antirez2019-01-091-18/+18
* | | RESP3: bitops.c updated.antirez2019-01-091-3/+3
* | | RESP3: most null replies converted.antirez2019-01-0915-60/+66
* | | RESP3: addReplyNull() added.antirez2019-01-093-1/+10
* | | RESP3: remove other pointless shared object.antirez2019-01-093-5/+3
* | | RESP3: remove certain constants to spot places to fix.antirez2019-01-092-5/+4
* | | RESP3: Scripting RESP3 mode set/map protocol -> Lua conversion.antirez2019-01-091-13/+31
* | | RESP3: Fix API in scripting.c leaving Lua conversions RESP2.antirez2019-01-091-3/+3
* | | RESP3: Use new aggregate reply API in slowlog.c.antirez2019-01-092-5/+5
* | | RESP3: Use new aggregate reply API in t_set.c.antirez2019-01-091-6/+6
* | | RESP3: Use new aggregate reply API in cluster.c.antirez2019-01-094-16/+16
* | | RESP3: Make WITHSCORES reply back with a flat array in RESP2.antirez2019-01-091-4/+6
* | | RESP3: Use new deferred len API in object.c.antirez2019-01-091-2/+2
* | | RESP3: bring RESP2 compatibility to previous changes.antirez2019-01-092-19/+40
* | | RESP3: addReply*Len() support for RESP2 backward comp.antirez2019-01-092-9/+8
* | | RESP3: put RESP version in the client structure.antirez2019-01-092-0/+2
* | | RESP3: Use new API and types in t_hash.c.antirez2019-01-091-7/+9
* | | RESP3: Use new deferred len API in dict.c.antirez2019-01-091-4/+4
* | | RESP3: Use new deferred len API in config.c.antirez2019-01-091-2/+2
* | | RESP3: Use new deferred len API in t_zset.c.antirez2019-01-091-27/+20
* | | RESP3: Use new deferred len API in t_string.c.antirez2019-01-091-1/+1
* | | RESP3: Use new deferred len API in replication.c.antirez2019-01-091-7/+7
* | | RESP3: Use new deferred len API in server.c.antirez2019-01-092-8/+13
* | | RESP3: Aggregate deferred lengths functions.antirez2019-01-092-10/+39
* | | RESP3: Double replies and aggregate lengths initial functions.antirez2019-01-091-12/+37
* | | Merge pull request #5746 from UmanShahzad/old-geohash-docsSalvatore Sanfilippo2019-01-092-7/+1
|\ \ \
| * | | Remove documentation about geohash-int in deps repo.Uman Shahzad2019-01-032-7/+1
* | | | Merge pull request #5729 from artix75/cluster_manager_fix_cmdSalvatore Sanfilippo2019-01-091-3/+4
|\ \ \ \
| * | | | Cluster Manager del-node: use CLUSTER RESET in place of SHUTDOWNartix2018-12-271-3/+4
| |/ / /
* | | | Merge pull request #5751 from chenyang8094/unstableSalvatore Sanfilippo2019-01-091-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update ae.cchenyangyang2019-01-061-1/+1
|/ / /
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-12-211-28/+230
|\ \ \
| * \ \ Merge pull request #5713 from artix75/cluster_manager_fix_cmdSalvatore Sanfilippo2018-12-191-35/+34
| |\ \ \
| | * | | Cluster Manager: enable --cluster-replace also for 'fix' command.artix2018-12-191-35/+34
| |/ / /
| * | | Merge pull request #5709 from artix75/cluster_manager_fix_cmdSalvatore Sanfilippo2018-12-191-0/+2
| |\ \ \
| | * | | Fixed memory leak in clusterManagerCompareKeysValues.artix2018-12-181-0/+2
| |/ / /
| * | | Merge pull request #5708 from artix75/cluster_manager_fix_cmdSalvatore Sanfilippo2018-12-181-9/+124
| |\ \ \ | | |/ / | |/| |
| | * | Cluster Manager: compare key values after BUSYKEY error (migration).artix2018-12-181-9/+124
* | | | Remove debugging printf from replication.tcl test.antirez2018-12-121-1/+0
| | | * Fix child info pipe fd leak when child process gets killed.WuYunlong2019-01-213-0/+3
| | |/ | |/|
| * | Merge pull request #5691 from artix75/cluster_manager_fix_cmdSalvatore Sanfilippo2018-12-121-25/+111
| |\ \ |/ / / | | _