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
/
t_zset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix zslUpdateScore() edge case.
antirez
2018-08-01
1
-2
/
+2
*
More commenting of zslUpdateScore().
antirez
2018-08-01
1
-0
/
+2
*
Explain what's the point of zslUpdateScore() in top comment.
antirez
2018-08-01
1
-0
/
+5
*
Remove old commented zslUpdateScore() from source.
antirez
2018-08-01
1
-13
/
+0
*
Optimize zslUpdateScore() as asked in #5179.
antirez
2018-08-01
1
-0
/
+44
*
zsetAdd() refactored adding zslUpdateScore().
antirez
2018-08-01
1
-7
/
+18
*
Fix typo
Jack Drogon
2018-07-03
1
-1
/
+1
*
Merge pull request #4519 from soloestoy/zset-int-problem
Salvatore Sanfilippo
2018-06-08
1
-9
/
+13
|
\
|
*
zset: fix the int problem
zhaozhao.zz
2017-12-08
1
-9
/
+13
*
|
ZPOP: invert score-ele to match ZRANGE WITHSCORES order.
antirez
2018-06-05
1
-1
/
+1
*
|
ZPOP: unblock multiple clients in right way
zhaozhao.zz
2018-05-31
1
-2
/
+2
*
|
ZPOP: fix the wrong keyc, should be 1
zhaozhao.zz
2018-05-22
1
-4
/
+4
*
|
ZPOP: change sync ZPOP to have a count argument instead of N keys.
antirez
2018-05-11
1
-54
/
+93
*
|
ZPOP: renaming to have explicit MIN/MAX score idea.
antirez
2018-05-11
1
-33
/
+30
*
|
Implements [B]Z[REV]POP and the respective unit tests
Itamar Haber
2018-04-30
1
-0
/
+144
|
/
*
Use SipHash hash function to mitigate HashDos attempts.
antirez
2017-02-20
1
-1
/
+1
*
Verify pairs are provided after subcommands
Itamar Haber
2016-12-02
1
-1
/
+1
*
Apply the new dictUnlink() where possible.
antirez
2016-09-14
1
-5
/
+4
*
Optimize repeated keyname hashing.
oranagra
2016-09-12
1
-6
/
+6
*
Use const in Redis Module API where possible.
Yossi Gottlieb
2016-06-20
1
-2
/
+2
*
Merge pull request #3222 from oranagra/more_minir_fixes
Salvatore Sanfilippo
2016-05-18
1
-6
/
+6
|
\
|
*
minor fixes - mainly signalModifiedKey, and GEORADIUS
oranagra
2016-05-09
1
-6
/
+6
*
|
Modules: zset lex iterator #2.
antirez
2016-05-10
1
-6
/
+6
*
|
Modules: zset lex iterator #1.
antirez
2016-05-10
1
-2
/
+2
*
|
Modules: sorted set iterators WIP #2.
antirez
2016-05-10
1
-1
/
+1
|
/
*
Fix ZINCRBY return value.
Damian Janowski
2016-04-18
1
-0
/
+2
*
ZREM refactored into proper API.
antirez
2016-04-15
1
-49
/
+47
*
ZRANK refactored into proper API.
antirez
2016-04-15
1
-50
/
+71
*
zsetAdd() API exposed into server.h.
antirez
2016-04-14
1
-15
/
+0
*
ZADD refactored into a proper API.
antirez
2016-04-14
1
-86
/
+182
*
New options for GEORADIUS: STORE and STOREDIST.
antirez
2016-02-18
1
-5
/
+13
*
Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)
antirez
2015-10-01
1
-202
/
+240
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-48
/
+48
*
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
2015-07-26
1
-47
/
+47
*
RDMF: redisAssert -> serverAssert.
antirez
2015-07-26
1
-48
/
+48
*
RDMF: OBJ_ macros for object related stuff.
antirez
2015-07-26
1
-80
/
+80
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-28
/
+28
*
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
2015-07-26
1
-1
/
+1
*
Removed useless tryObjectEncoding() call from ZRANK.
antirez
2015-07-03
1
-1
/
+1
*
Geo: zsetScore refactoring
antirez
2015-06-22
1
-18
/
+23
*
[In-Progress] Add Geo Commands
Matt Stancliff
2015-06-22
1
-1
/
+1
*
Update t_zset.c
linfangrong
2015-06-02
1
-1
/
+1
*
ZADD RETCH option renamed CH
antirez
2015-05-29
1
-4
/
+4
*
ZADD RETCH option: Return number of elements added or updated
antirez
2015-05-29
1
-1
/
+4
*
ZADD NX and XX options
antirez
2015-05-29
1
-6
/
+26
*
ZADD implemenation able to take options.
antirez
2015-05-28
1
-10
/
+49
*
Fix three simple clang analyzer warnings
Matt Stancliff
2014-12-23
1
-1
/
+1
*
Remove redundant else/return block
Wei Jin
2014-08-07
1
-2
/
+0
*
Remove useless var and check in zunionInterGenericCommand().
antirez
2014-07-22
1
-2
/
+1
*
ZUNIONSTORE reimplemented for speed.
antirez
2014-07-22
1
-33
/
+60
[next]