1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
Commit graph

96 commits

Author SHA1 Message Date
ashotland
9c2363584a Delete api_status.md
Update references to docs site command reference.

Signed-off-by: ashotland <ari@dragonflydb.io>
2023-03-12 08:16:28 +02:00
Leonardo Mello
abe3b3cb91
feat: support cluster mode emulation (#492)
Signed-off-by: Leonardo Mello <lsvmello@gmail.com>
2023-03-01 08:43:40 +02:00
Nick Gottlieb
15c856726a
update readme (#794)
* Add files via upload

Signed-off-by: Nick Gottlieb <ngottlieb1@gmail.com>

* Update README.md

Signed-off-by: Nick Gottlieb <ngottlieb1@gmail.com>

* Delete logo-full.svg

Signed-off-by: Nick Gottlieb <ngottlieb1@gmail.com>

* Update README.md

Signed-off-by: Nick Gottlieb <ngottlieb1@gmail.com>

* Update README.md

Signed-off-by: Nick Gottlieb <ngottlieb1@gmail.com>

* Update README.md

Signed-off-by: Nick Gottlieb <ngottlieb1@gmail.com>

* Update README.md

Signed-off-by: Nick Gottlieb <ngottlieb1@gmail.com>

* Rename logo.svg to logo-full.svg

Signed-off-by: Nick Gottlieb <ngottlieb1@gmail.com>

* Update README.md

Signed-off-by: Nick Gottlieb <ngottlieb1@gmail.com>

* Update README.md

Signed-off-by: Nick Gottlieb <ngottlieb1@gmail.com>

---------

Signed-off-by: Nick Gottlieb <ngottlieb1@gmail.com>
2023-02-14 23:08:32 +02:00
fannyfan414
b0741b40ad
docs(readme): Add ulimit to docker-compose example (#721)
Add ulimit to docker-compose example

Signed-off-by: fannyfan414 <32100589+fannyfan414@users.noreply.github.com>
2023-01-23 16:05:57 +02:00
Boaz Sade
49e53d550e
feat(server): admin port and interface (#709)
* feat(server): admin port and interface

Signed-off-by: Boaz Sade <boaz@dragonflydb.io>
2023-01-19 19:59:07 +02:00
yingshaoxo
1895d3113e
Update README.md (#633)
* Update README.md

add docker-compose example config

Signed-off-by: yingshaoxo <yingshaoxo@gmail.com>
2023-01-05 15:32:15 +02:00
Tomato6966
0efa1c92c4
added example of start script (#557)
* added example of start script

+ removed duplicated explanation

Signed-off-by: Tomato6966 <chris.pre03@gmail.com>
2022-12-11 17:52:42 +02:00
Leonardo Mello
ac5bc59c34
fix: maxmemory flag support human-readable format (#476)
Signed-off-by: Leonardo Mello <lsvmello@gmail.com>
2022-11-10 19:59:58 +02:00
Roman Gershman
becc0f38c0
docs(build): Canonicalize build from source instructions. Add CLA terms (#454) 2022-10-31 17:45:48 +02:00
Roman Gershman
d52ab4c59a
docs(server): Update the API status, README and LICENSE date (#410)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
2022-10-20 11:50:42 +03:00
Steven Cheng
6ad083acae
Update dependency list in README.md (#403) 2022-10-19 11:44:51 +03:00
JensColman
169c7b1845
Update README.md (#399)
I hope you don't mind my changes in the README.md file, regarding minor spelling and grammar errors.

Signed-off-by: JensColman <colmanjens@gmail.com>
2022-10-19 07:54:10 +03:00
Roman Gershman
b616b1e1fd
feat(server): support epoll linux api (#351) 2022-10-04 11:11:09 +03:00
odedponcz
f1ee9b4b8d
feat(docs): Update broken link to grafana dashboard (#314)
Signed-off-by: Oded Poncz <oded@poncz.com>
2022-09-19 09:00:23 +03:00
Tomato6966
f3ab64e645
Added more useful flags to the flags section (#305)
Signed-off-by: Tomato6966 <chris.pre03@gmail.com>
2022-09-18 16:37:24 +03:00
odedponcz
08cda413f7
Move assets to static (#247)
Signed-off-by: Oded Poncz <oded@poncz.com>

Signed-off-by: Oded Poncz <oded@poncz.com>
2022-08-18 22:55:12 +03:00
odedponcz
f31d452939
docs: Update README.md twitter handle (#242)
Update README.md
2022-08-15 08:15:53 +03:00
Ikko Ashimine
4ab55675bb docs(README): minor fix
Github -> GitHub
2022-07-27 23:42:26 +03:00
Joseph Bylund
1cba08891e
docs(README): Document hz flag (#201)
Document hz flag in readme

The hz flag determines how frequently timers used for key eviction are evaluated. Document this flag in the readme.
2022-07-12 13:37:36 +03:00
Roman Gershman
2d9370c6b2 chore(doc): add dragonfly/memcached benchmark to README
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
2022-06-17 16:10:08 +03:00
Ryan Russell
55d1c51c8f
docs(readme): Add Discord Channel and Community Link Bar (#151)
Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-06-15 16:41:06 +03:00
Ryan Russell
ff632b1c4b
feat(docker-compose): Add docker-compose.yml #100 (#130)
* feat(docker-compose): Add `docker-compose.yml` #100

Signed-off-by: Ryan Russell <git@ryanrussell.org>

* docs(build-from-source): Include build from source

Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-06-10 16:30:05 +03:00
Roman Gershman
ef20178b76
Factor out theAPI readiness matrix into a separate doc (#103)
Factor out API readiness matrix into a separate doc
2022-06-06 15:50:41 +03:00
Zacharya
5ff2a43a1f
Add Promehtues metrics for Grafana close #61 (#85)
* Add Promehtues metrics for Grafana close #61

* remove debug code

* Add doc and Grafana dashboard

* PR comments fixes

* Remove macros
2022-06-05 21:47:56 +03:00
Roman Gershman
ec9754150f Implement PSUBSCRIBE/PUNSUBSCRIBE commands.
Add minimal tests.
2022-06-02 22:45:56 +03:00
Ryan Russell
a049128ab6
Improving Readability r3 (#75)
Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-06-01 19:31:36 +03:00
quiver
33af405434
Update build steps for Ubuntu (#72)
cmake and c++ compilers are required to build from source
2022-06-01 13:13:17 +03:00
Roman Gershman
dbc407b9ec Add romanger's twitter handle. We will post about DragonflyDb from his personal twitter. 2022-05-31 14:27:14 +03:00
Roman Gershman
f7124f943e
Update dragonfly blurb (#48) 2022-05-31 10:08:21 +03:00
James Herdman
2fcee28d92
Fix a spelling error (#50) 2022-05-30 21:18:45 +03:00
Roman Gershman
29575d00ee Fix aarch64 pipeline and update docker path in README 2022-05-30 12:30:00 +03:00
Roman Gershman
776276ccd4
Add more benchmarks to README (#44) 2022-05-29 17:47:34 +03:00
Roman Gershman
46929e9c52
Update README: add benchmarks (#43) 2022-05-27 16:15:12 +03:00
Roman Gershman
4a2e84b975 In order to support Debian/Bullseye, we know require minimal kernel version - 5.10 2022-05-26 20:04:33 +03:00
odedponcz
caeb60c22a
Fixit (#40)
* Easy getting started

Co-authored-by: Roman Gershman <romange@gmail.com>
2022-05-26 11:15:44 +03:00
odedponcz
869cd19897
Fixit (#39)
* Add more documentation about dashtable. Tune expiry heuristics a bit

* Minor lang change

* minor lng changes

Co-authored-by: Roman Gershman <romange@gmail.com>
2022-05-22 09:46:49 +03:00
Roman Gershman
1de6f5317d Update README with more info. 2022-05-21 00:23:23 +03:00
Roman Gershman
cfaf173236 Allow cache mode - intelligent eviction of less likely to be used items.
This id one by shifting right slots in a stash bucket of the full segment.
In addition, I added eviction related stats to memory and stats section.
I also updated README with the changes. Finally, I added a flag that allows
to disable http-admin console in dragonfly.
2022-05-16 19:39:17 +03:00
Roman Gershman
280ce351a8 Fix CI after moving the repo 2022-05-11 20:37:25 +03:00
Roman Gershman
3dce1d33fc Update README.md. Disable alpine docker for now.
Update organization references across the docs.
2022-05-11 12:49:19 +03:00
Roman Gershman
e9dda3aa64 Implement zinterstore 2022-05-10 21:48:24 +03:00
Roman Gershman
0c5e2a5ecd Implement CLIENT LIST and CLIENT SETNAME. 2022-05-10 06:35:37 +03:00
Roman Gershman
5c9cee171c Add SCRIPT EXISTS subcommand 2022-04-30 16:58:36 +03:00
Roman Gershman
0daa221ff5 Add extent tree for later usage in the external allocator 2022-04-29 07:16:32 +03:00
Roman Gershman
dce0ce3d69 Add COMMAND COUNT option 2022-04-21 23:26:29 +03:00
Roman Gershman
69911a95ac Add ZREMRANGEBYLEX and ZREVRANGEBYSCORE commands. 2022-04-20 23:51:48 +03:00
Roman Gershman
d8697463dc Adding ZLEXCOUNT and ZRANGEBYLEX commands. 2022-04-20 21:50:29 +03:00
Roman Gershman
7c29ea445f Add HSCAN and HINCRBYFLOAT commands 2022-04-19 22:21:54 +03:00
Roman Gershman
a5b59dde25 Add KEYS command 2022-04-19 11:38:32 +03:00
Roman Gershman
f2c05a277d Add LINSERT and INCRBYFLOAT commands 2022-04-18 19:45:57 +03:00