-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Insights: dragonflydb/dragonfly
Overview
Could not load contribution data
Please try again later
23 Pull requests merged by 10 people
-
feat(search_family): Add SortedVector<pair<DocId, double>>
#5405 merged
Jul 2, 2025 -
fix: no set/hmap expiration during serialization
#5349 merged
Jul 2, 2025 -
fix(values): fix typos in Helm README and values file
#5400 merged
Jul 2, 2025 -
feat(pytest): Initialize random seed for each test
#5395 merged
Jul 2, 2025 -
feat: add support for
BLMPOP
command#5370 merged
Jul 1, 2025 -
chore: remove zset/t_zset files
#5387 merged
Jul 1, 2025 -
feat(pytest): Set and log random seed used in pytest
#5391 merged
Jul 1, 2025 -
fix(server): fix serialization on move with big values
#5390 merged
Jul 1, 2025 -
chore: add psync metrics for replica
#5365 merged
Jul 1, 2025 -
fix: JSON.STRLEN behavior for non-existent keys
#5389 merged
Jul 1, 2025 -
fix(zset_family): Return early if range is expected to be zero
#5386 merged
Jun 30, 2025 -
chore: Make fakeredis part of the core CI checks
#5380 merged
Jun 30, 2025 -
chore: Disable test_replication_all cache mode
#5385 merged
Jun 30, 2025 -
test: replication_test.py::test_bug_in_json_memory_tracking enabled
#5375 merged
Jun 29, 2025 -
fix(zset): expand parsing of rank arguments beyond int32
#5377 merged
Jun 29, 2025 -
feat(search): Suffix/Infix search for Tags
#5350 merged
Jun 26, 2025 -
fix(replication): reduce ERROR to WARNING for connection issues during sync
#5369 merged
Jun 26, 2025 -
chore: add mimalloc2 third_party library
#5364 merged
Jun 26, 2025 -
chore: remove unneeded mimalloc-specific code
#5367 merged
Jun 26, 2025 -
fix(replication): reduce ERROR logging during normal shutdown
#5366 merged
Jun 26, 2025 -
fix(pytest): Increase allowed diff in test_partial_replication_on_same_source_master
#5363 merged
Jun 26, 2025 -
chore: move 3rd party libraries into a separate cmake file
#5362 merged
Jun 26, 2025 -
feat (server) : introduce no point in time replication
#5103 merged
Jun 26, 2025
11 Pull requests opened by 10 people
-
Pr7
#5368 opened
Jun 26, 2025 -
server_family: Expose command latency stats as part of info
#5372 opened
Jun 27, 2025 -
chore(server): Some memory code updates
#5379 opened
Jun 29, 2025 -
feat(search_family): Introduce merging of sorted search results from shards. FIRST PR
#5381 opened
Jun 29, 2025 -
Feat config management
#5388 opened
Jun 30, 2025 -
feat(server) : add logs to investigate test_take_over_seeder
#5392 opened
Jul 1, 2025 -
feat(search): Introduce RangeTree
#5397 opened
Jul 1, 2025 -
feat: add snapshot-id field into dfs files
#5399 opened
Jul 2, 2025 -
chore: flush after serializing big string
#5401 opened
Jul 2, 2025 -
chore: Enable point_in_time_snapshot by default
#5403 opened
Jul 2, 2025 -
test: Add Dragonfly search benchmark tests
#5406 opened
Jul 2, 2025
9 Issues closed by 5 people
-
rdb save crash
#5299 closed
Jul 2, 2025 -
implement BLMPOP
#3876 closed
Jul 1, 2025 -
zset bugs
#5383 closed
Jun 30, 2025 -
zrange fails when range values have more than 10 significant digits
#5374 closed
Jun 29, 2025 -
DragonflyDB would randomly stop accepting connections. (Error: Connection reset by peer)
#5376 closed
Jun 29, 2025 -
Fully support full text search: Support suffix search: @text:*suffix
#4982 closed
Jun 28, 2025 -
Fully support full text search: Support infix search: @text:*infix*
#4983 closed
Jun 28, 2025 -
Dragonfly becomes unresponsive during full sync
#4787 closed
Jun 26, 2025 -
test_partial_replication_on_same_source_master failed
#5359 closed
Jun 26, 2025
8 Issues opened by 5 people
-
Crash during BLMPopBlocking test
#5402 opened
Jul 2, 2025 -
enhance `MEMORY DEFRAGMENT` command
#5398 opened
Jul 2, 2025 -
wrong return type for `json.numincrby` and `json.nummultby`
#5396 opened
Jul 1, 2025 -
Big value serialization - Add Flushing Support While Iterating Bucket Entries
#5394 opened
Jul 1, 2025 -
fix stream debug populate for multiple stream entries
#5393 opened
Jul 1, 2025 -
memory decommit with condition
#5384 opened
Jun 30, 2025 -
Memory accounting code: review
#5378 opened
Jun 29, 2025 -
No point in time replication bug - on moved flow
#5371 opened
Jun 27, 2025
18 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
chore(tiering): Push error handling one more level up
#5351 commented on
Jun 30, 2025 • 2 new comments -
chore: add dynamic stash buckets
#5258 commented on
Jun 30, 2025 • 0 new comments -
[hackathon] feat(cuckoo_filter_family): Implement Cuckoo Filter
#5155 commented on
Jun 30, 2025 • 0 new comments -
[hackathon] chore: add probabilistic data structures and commands
#5106 commented on
Jun 30, 2025 • 0 new comments -
chore: search tests github action added
#5023 commented on
Jun 30, 2025 • 0 new comments -
[do not review] chore: reproduce MultiLeavesTxQueue fails on multi-shard
#5020 commented on
Jun 30, 2025 • 0 new comments -
feat: Add eviction based on rss memory
#4991 commented on
Jun 30, 2025 • 0 new comments -
chore: event count throttle for squashed commands
#4924 commented on
Jun 30, 2025 • 0 new comments -
chore: prefetch keys in opmget
#4778 commented on
Jun 30, 2025 • 0 new comments -
feat: add open addressing hash set
#4705 commented on
Jun 30, 2025 • 0 new comments -
chore: remove some manual acl categories
#4088 commented on
Jun 30, 2025 • 0 new comments -
chore(tiering): Faster small bins serialization #2
#3396 commented on
Jun 30, 2025 • 0 new comments -
feat(wasm): main branch
#3058 commented on
Jun 30, 2025 • 0 new comments -
feat(search): Multishard cutoffs
#1924 commented on
Jun 30, 2025 • 0 new comments -
Failure on test_take_over_seeder
#5360 commented on
Jul 2, 2025 • 0 new comments -
Bug Report - double free or corruption (out)
#5124 commented on
Jul 1, 2025 • 0 new comments -
introduce logical ids for dfs snapshots
#5284 commented on
Jun 27, 2025 • 0 new comments -
DESIGN: improve RENAME complexity for huge containers
#5361 commented on
Jun 26, 2025 • 0 new comments