index
:
delta/python-packages/redis-py.git
2.4
3.0
4.0
4.1
4.3
4.3.7
4.3.original
4.4
4.5
5.0
AddJsonCommands
AsyncCommandsTests
Pipeline
ROLE
SupportJSON.MSET
acl
acl-log
bitfield
case-insensitive-callbacks
ck-4.0.0
ck-4.1.0rc1
ck-asyncio
ck-binary-responses
ck-breaking-icon
ck-bump-rc1
ck-changes
ck-ciparallels
ck-client-killuser
ck-customjson-decodertest
ck-distuils-deprecation
ck-docgen-startkit
ck-docminors
ck-fixjson
ck-fixpypy-release
ck-helpers
ck-installpkg
ck-json-multipath
ck-jsonalign
ck-jsonts-pipelines
ck-linkdocs
ck-parseprep
ck-patch-changes
ck-plats
ck-publish-from-release
ck-releasedrafter
ck-sentinel-commands
ck-service
ck-smismember
ck-ssl-cert-passwords
ck-syncreqs
ck-template
ck-unstable-cluster
ck-updating-changes
ck440
cluster-fixes
connection-example
dont-short-circuit-execute-when-watching
emb-examples
error_defaults
healty_connections
jdufresne-pypy
lock-owned
logging
master
migrate
monitor
nonblocking
noreadmesudo
optional-encoding
ping-health-checks
pr/1040
pubsub
pypytest
pytest
rafi-connargs1
redis-version-dockers
remove_token
roey-changelog_ssl
roey-stale_issues
roey-vamc19_modules
roey/6_0_8
roey/github-actions
roey/redis_6_0_7
roey/slowlog_get_fields
sentinel-1345
sentinel_pool_fix
smismemberReturnedValue
ssl-py27-fix
threadsafe-pools
v3-breaking-changes
watch
github.com: andymccurdy/redis-py.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
redis
/
commands
Commit message (
Expand
)
Author
Age
Files
Lines
*
support JSON.MERGE Command (#2761)
HEAD
master
shacharPash
2023-05-16
2
-0
/
+23
*
Fix `xadd` allow non negative maxlen (#2739)
Seongchuel Ahn
2023-05-08
1
-2
/
+2
*
Add client no-touch (#2745)
Seongchuel Ahn
2023-05-08
1
-0
/
+11
*
Add support for cluster myshardid (#2704)
Anurag Bandyopadhyay
2023-05-08
1
-1
/
+8
*
Add WITHSCORES to ZREVRANK Command (#2725)
shacharPash
2023-04-30
1
-2
/
+11
*
Making search document subscriptable (#2615)
Abhishek Kumar Sinha
2023-03-15
1
-0
/
+4
*
[types] update return type of smismember to list[int] (#2617)
Raymond Yin
2023-03-15
1
-2
/
+7
*
update json().arrindex() default values (#2611)
Alex Schmitz
2023-03-15
1
-5
/
+9
*
Fix for `lpop` and `rpop` return typing (#2590)
Galtozzy
2023-02-15
1
-2
/
+10
*
Add missing `Union` type in method `StreamCommands.xclaim()` (#2553)
David Pacsuta
2023-01-22
1
-1
/
+1
*
Add support to BF.CARD (#2545)
shacharPash
2023-01-11
2
-0
/
+10
*
String cleanse (#2548)
Jan
2023-01-11
1
-0
/
+1
*
add type checking for graph __eq__ (#2531)
dvora-h
2023-01-08
3
-0
/
+12
*
add str support for set ex parameter (#2529)
shacharPash
2023-01-05
1
-0
/
+2
*
Add dialect to ft aggregate (#2537)
DvirDukhan
2023-01-02
1
-0
/
+13
*
Support for resetchannels since Redis 6.2.0 (#2514)
stitch
2022-12-26
1
-0
/
+10
*
Allow EVAL_RO and EVALSHA_RO to be routed to read replica (#2494)
Dongkeun Lee
2022-12-25
2
-1
/
+3
*
Add TIMEOUT to query class (#2519)
shacharPash
2022-12-21
1
-0
/
+8
*
Raising NotImplementedError for certain CLUSTER commands (#2504)
dvora-h
2022-12-14
1
-0
/
+10
*
Combine auto-concatenated strings (#2482)
David Gilman
2022-12-14
3
-26
/
+20
*
Add support for certain LATENCY commands (#2503)
dvora-h
2022-12-14
1
-0
/
+24
*
Intentional NotImplementedError for LATENCY commands that should not be in cl...
Chayim
2022-12-12
1
-0
/
+28
*
Wrong number of arguments for `geosearch` command (#2464)
dvora-h
2022-12-01
1
-1
/
+1
*
Enable AsyncIO cluster mode lock (#2446)
Milhan
2022-11-09
1
-2
/
+10
*
Remove `deprecated` dependency (#2386)
Aarni Koskela
2022-10-30
3
-14
/
+10
*
Remove default None value from LMPOP (#2438)
dvora-h
2022-10-30
1
-1
/
+1
*
Fix KeyError in async cluster - initialize before execute multi key commands ...
dvora-h
2022-10-30
1
-0
/
+19
*
Add to_string method for GeoValue (#2404)
Anne Yang
2022-10-25
1
-0
/
+3
*
Deprecate `add_doccument` (FT.ADD) (#2425)
dvora-h
2022-10-24
1
-0
/
+8
*
remove tdigest.add weights (#2408)
dvora-h
2022-10-06
2
-12
/
+4
*
Fix - aggregation request arguments for LIMIT (#2393)
dvora-h
2022-09-29
1
-4
/
+2
*
Add support for new TDIGEST features and changes (#2392)
dvora-h
2022-09-21
4
-30
/
+68
*
Mark `TOPK.COUNT` as deprecated (#2363)
dvora-h
2022-09-04
1
-0
/
+3
*
change return type of parse_bollean to bool (#2364)
dvora-h
2022-09-04
1
-1
/
+1
*
Adding reserve as an alias for create, so that we have BF.RESERVE and CF.RESE...
Chayim
2022-08-30
1
-0
/
+4
*
Add BITFIELD_RO (#2340)
Alibi
2022-08-21
1
-0
/
+23
*
fix tdigest.create (#2348)
dvora-h
2022-08-21
1
-1
/
+1
*
Add support for WITHSUFFIXTRIE to FT.CREATE (#2324)
v4.4.0rc1
dvora-h
2022-08-04
1
-1
/
+11
*
Add TDIGEST.TRIMMED_MEAN (#2300)
Alibi
2022-08-04
2
-0
/
+12
*
Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE (#...
dvora-h
2022-08-02
1
-1
/
+15
*
Fix async SEARCH pipeline (#2316)
dvora-h
2022-08-02
1
-1
/
+1
*
change drop to dropindex (#2315)
dvora-h
2022-08-02
1
-2
/
+3
*
Replace `ensure_future` with `create_task` (#2311)
dvora-h
2022-08-02
1
-1
/
+1
*
Add support for `TDIGEST.QUANTILE` extensions (#2317)
dvora-h
2022-08-02
3
-5
/
+10
*
Fix timezone handling for datetime to unixtime conversions (#2213)
joe
2022-08-02
1
-12
/
+6
*
Fix typing on smembers command (#2312)
Agustin Marquez
2022-07-31
1
-1
/
+2
*
Add support for async GRAPH module (#2273)
dvora-h
2022-07-28
4
-135
/
+525
*
Graph - add counters for removed labels and properties (#2292)
DvirDukhan
2022-07-26
1
-0
/
+24
*
Fix: `start_id` type for `XAUTOCLAIM` (#2257)
Антон Безденежных
2022-07-24
1
-1
/
+1
*
Add support for TIMESERIES 1.8 (#2296)
dvora-h
2022-07-24
2
-279
/
+407
[next]