This project is mirrored from https://github.com/dragonflydb/dragonfly.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Sep 11, 2023
-
-
Roman Gershman authored
Also, link stdlib++ and libgcc statically. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
-
Andy Dunstall authored
* feat(snapshot): move snapshot storage to new file * feat(snapshot): move file load path to snapshot storage * feat(snapshot): move load paths to snapshot storage * feat(snapshot): move open read file to snapshot storage * feat(snapshot): remove redundant includes from save stages controller * feat(snapshot): remove sv string literal
-
- Sep 10, 2023
-
-
Borys authored
Signed-off-by: Borys <borys@anyconnect.com>
-
adiholden authored
Signed-off-by: adi_holden <adi@dragonflydb.io>
-
Roy Jacobson authored
Revert "feat(CI): Configure sccache to work with GCS (#1815)" This reverts commit f3c4132a.
-
Roy Jacobson authored
* feat(CI): Configure sccache to work with GCS * Lower sccache log level now that it's working.
-
- Sep 09, 2023
-
-
Kostas Kyrimis authored
-
- Sep 08, 2023
-
-
Kostas Kyrimis authored
-
Andy Dunstall authored
* feat(snapshot): add snapshot storage * feat(snapshot): replace snapshot storage open file output variables
-
Kostas Kyrimis authored
* add ACL LOAD * add ACL SAVE * add --aclfile command
-
Vladislav authored
* fix: Reply within async_dispatch block in squashed pipeline --------- Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
-
Andy Dunstall authored
* fix(aws): initialise aws in a proactor * chore: update helio
-
Roman Gershman authored
A user reported crash in Connection::GetClientInfo function. When connection just start running, its phase_ variable was not initialized, so a possible "CLIENT LIST" command from another connection could trigger invalid data access when printing phase_. To be on the safe side I also verify that other pointers in the function are set (could also be that we have a similar issue during connection shutdown). Signed-off-by: Roman Gershman <roman@dragonflydb.io>
-
Vladislav authored
* feat(search): HNSW --------- Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
-
Kostas Kyrimis authored
* partially reverts #1777
-
yancz authored
* Update README.zh-CN.md Signed-off-by: yancz2000 <yancz2000@163.com> * Update README.zh-CN.md Signed-off-by: yancz2000 <yancz2000@163.com> * Update README.zh-CN.md Signed-off-by: yancz <yancz2000@163.com> --------- Signed-off-by: yancz2000 <yancz2000@163.com> Signed-off-by: yancz <yancz2000@163.com>
-
- Sep 07, 2023
-
-
Abhradeep Chakraborty authored
* feat(stream): add support for xclaim command Signed-off-by: Abhradeep Chakraborty <abhradeep@dragonflydb.io> * add retrycount test Signed-off-by: Abhradeep Chakraborty <abhradeep@dragonflydb.io> --------- Signed-off-by: Abhradeep Chakraborty <abhradeep@dragonflydb.io>
-
Kostas Kyrimis authored
-
- Sep 06, 2023
-
-
Abhradeep Chakraborty authored
* feat(stream): add support for xpending command --------- Signed-off-by: Abhradeep Chakraborty <abhradeep@dragonflydb.io>
-
Kostas Kyrimis authored
* move error handling tests from regression to unit * move ACL LIST regression to unit test * move AUTH regression to unit test * move ACL WHOAMI regression to unit test * add unit tests for SETUSER/DELUSER (so they run on every PR) * add unit tests for all ACL categories
-
adiholden authored
the bug: when returning error on a command in multi tx we do not cleanup the multi cntx the fix: cleanup the cntx when error is returned Signed-off-by: adi_holden <adi@dragonflydb.io>
-
Vladislav authored
* chore(search): Replace icu with unialgo --------- Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
-
Yue Li authored
feat (hset): Support arguments (count, withvalues) in HRANDFIELD fixes #858
-
Roman Gershman authored
1. Move docker build files to separate dir from docker script files so that they won't be part of build context. Update dockerignore as well 2. Fix lib dependencies for alpine Signed-off-by: Roman Gershman <roman@dragonflydb.io>
-
Vladislav authored
* feat(search): Sized vectors --------- Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
-
Roman Gershman authored
It compiles most of the code though some linking problems still exist. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
-
- Sep 05, 2023
-
-
romange authored
-
Vladislav authored
Add missing icu dependency Signed-off-by: Vladislav <vlad@dragonflydb.io>
-
Roman Gershman authored
Fixes #1800. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
-
- Sep 04, 2023
-
-
Roy Jacobson authored
-
Roy Jacobson authored
* 1. Add a Yield() call before executing the last command in the async queue when needed. 2. Allow the receive buffer to grow when needed. 3. Improve debugging logs for batching behavior. * Update helio and use the new epoch interface for deciding on yields.
-
Roy Jacobson authored
-
- Sep 03, 2023
-
-
Vladislav authored
* feat(search): Query parameters --------- Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
-
Roman Gershman authored
Add double to string coversion tests. Patch the library to avoid using locale - because freebsd c++ lib does not have this symbol. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
-
Roman Gershman authored
1. Do not use IOUring on non-linux systems. 2. Improve compatibility of the code for non-linux systems. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
-
Vladislav authored
* feat(search): Profiling --------- Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
-
Kostas Kyrimis authored
-
Kostas Kyrimis authored
-
adiholden authored
* fix(server): Dont apply memory limit when loading/replicating When loading a snapshot created by the same server configuration (memory and number of shards) we will create a different dash table segment directory tree, because the tree shape is related to the order of entries insertion. Therefore when loading data from snapshot or from replication the conservative memory checks might fail as the new tree might have more segments. Because we dont want to fail loading a snapshot from the same server configuration we disable this checks on loading and replication. Signed-off-by: adi_holden <adi@dragonflydb.io>
-