index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sort.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-1
/
+1
*
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
2015-07-26
1
-1
/
+1
*
Removed incorrect suggestion
Itamar Haber
2015-05-21
1
-1
/
+1
*
Suppress sign warning in sort.c.
antirez
2015-02-03
1
-1
/
+1
*
Hopefully better sort.c optimization comments.
antirez
2015-02-03
1
-15
/
+9
*
sort.c: REDIS_LIST's dontsort optimization
Sun He
2015-02-02
1
-3
/
+30
*
Add quicklist implementation
Matt Stancliff
2015-01-02
1
-2
/
+3
*
SORT: Don't sort Set elements if not needed.
antirez
2014-12-11
1
-1
/
+3
*
Fix zero-ordering SORT when called against lists
Matt Stancliff
2014-10-29
1
-9
/
+6
*
Cluster: don't allow BY option of SORT as well.
antirez
2014-03-10
1
-1
/
+11
*
Cluster: don't allow GET option in cluster mode.
antirez
2014-03-10
1
-6
/
+17
*
Fixed memory leak in SORT LIMIT option argument parsing on error.
antirez
2014-03-10
1
-2
/
+9
*
Fixed grammar: before H the article is a, not an.
antirez
2013-12-05
1
-2
/
+2
*
Introduction of a new string encoding: EMBSTR
antirez
2013-07-22
1
-1
/
+1
*
SORT ALPHA: use collation instead of binary comparison.
antirez
2013-07-12
1
-3
/
+14
*
Keyspace events: it is now possible to select subclasses of events.
antirez
2013-01-28
1
-2
/
+3
*
Keyspace events added for more commands.
antirez
2013-01-28
1
-2
/
+2
*
Fixed many typos.
guiquanz
2013-01-19
1
-3
/
+3
*
BSD license added to every C source and header file.
antirez
2012-11-08
1
-0
/
+31
*
"SORT by nosort" (skip sorting) respect sorted set ordering.
antirez
2012-10-03
1
-20
/
+88
*
Scripting: Force SORT BY constant determinism inside SORT itself.
antirez
2012-09-05
1
-3
/
+5
*
Marginally cleaner lookupKeyByPattern() implementation.
antirez
2012-04-18
1
-3
/
+3
*
lookupKeyByPattern() used by SORT GET/BY rewritten. Fixes issue #460.
antirez
2012-04-17
1
-32
/
+42
*
Make SORT BY <constant> STORE ... to always produce the same output by force ...
antirez
2012-02-01
1
-0
/
+9
*
SORT is now more deterministic: does not accept to compare by score items tha...
antirez
2012-02-01
1
-3
/
+18
*
SORT with STORE removes key if result is empty. This fixes issue #227.
Michal Kwiatkowski
2012-01-30
1
-2
/
+7
*
Fix issue #247 : Accepting non-integer parameters when shouldn't
BigCat
2011-12-19
1
-3
/
+3
*
Fixed SORT bugs (issue #224) with regression tests.
antirez
2011-12-01
1
-12
/
+9
*
dict.c API names modified to be more coincise and consistent.
antirez
2011-11-08
1
-1
/
+1
*
replaced redisAssert() with redisAssertWithInfo() in a shitload of places.
antirez
2011-10-04
1
-5
/
+6
*
DB API refactoring. The changes were designed together with Pieter Noordhuis.
antirez
2011-06-20
1
-2
/
+2
*
Test for ENCODING_SKIPLIST instead of ENCODING_RAW
Pieter Noordhuis
2011-04-06
1
-1
/
+1
*
Fix DEBUG DIGEST, SORT and AOF rewrite
Pieter Noordhuis
2011-03-14
1
-0
/
+3
*
touched key for WATCH refactored into a more general thing that can be used a...
antirez
2010-12-29
1
-1
/
+1
*
HGET HMGET are now COW friendly, plus API refactoring and changes needed for ...
antirez
2010-12-10
1
-1
/
+1
*
SINTER/MEMBERS are now COW friendly, also some refactoring around was needed ...
antirez
2010-12-09
1
-1
/
+1
*
Use existing reply functions where possible
Pieter Noordhuis
2010-09-02
1
-1
/
+1
*
Use specialized function to add multi bulk reply length
Pieter Noordhuis
2010-09-02
1
-1
/
+1
*
Rename iterator to setTypeIterator for consistency
Pieter Noordhuis
2010-08-21
1
-1
/
+1
*
Make SORT use the hybrid set accessors to allow sorting intsets
Pieter Noordhuis
2010-08-21
1
-12
/
+16
*
WATCH is now affected only when write commands actually modify the key content
antirez
2010-07-12
1
-0
/
+1
*
redis.c split into many different C files.
antirez
2010-07-01
1
-0
/
+383