Commit Graph

1037 Commits

Author SHA1 Message Date
Kelvin Mwinuka
193cbc9fba Create CNAME v0.12.0 2024-09-11 02:04:36 +08:00
Kelvin Mwinuka
dc515a7980 Delete CNAME 2024-09-11 02:03:50 +08:00
Kelvin Mwinuka
c4899a513c Create CNAME 2024-09-11 01:56:58 +08:00
Kelvin Mwinuka
880f4e8edb Delete CNAME 2024-09-11 01:35:34 +08:00
Kelvin Mwinuka
206a9fe4e6 Added docs folder at the project root. Added build_docs and publish_d… (#105)
Docs sub-directory added to the project.
2024-09-11 01:32:58 +08:00
Kelvin Mwinuka
7feae0cc52 Delete CNAME 2024-09-11 01:30:39 +08:00
Kelvin Mwinuka
b718b6ec43 Create CNAME 2024-09-11 01:16:41 +08:00
Kelvin Mwinuka
b2a7bca7f3 Delete CNAME 2024-09-11 01:11:19 +08:00
Kelvin Mwinuka
33601a67aa Create CNAME 2024-09-11 01:08:00 +08:00
Kelvin Mwinuka
88ac7e215f Delete CNAME 2024-09-11 01:04:08 +08:00
Kelvin Mwinuka
eb7a97b7b0 Create CNAME 2024-09-11 00:29:57 +08:00
Samuel Adebayo
d0dd8dbfc1 [#70] Implement HMGET command (#104)
Added HMGET command - @thesambayo 

---------

Co-authored-by: Kelvin Clement Mwinuka <kelvinmwinuka@hotmail.co.uk>
2024-09-08 22:10:49 +08:00
Dave McPherson
e858061aee Type Command implementation (#103)
Implemented TYPE command - @DMcP89
2024-09-08 01:57:56 +08:00
osteensco
21e2ca57cb Iss 69 - Implement GETEX (#101)
GETEX implemented. Fixed issue in SortedSet.GetRandom where it would sometimes return an empty value in one of its indexes - @osteensco
2024-09-07 00:24:56 +08:00
Kelvin Mwinuka
1f082bc731 Added CertKeyPair struct to be passed into WithCertKeyPair. This adds more clarity about what's expected from the user. (#102) 2024-09-07 00:12:40 +08:00
落心
07a5a3b0f2 Add method that allows user to specify DataDir directly (#99)
* The method of adding `withxxx` to the content of` config.config`

---------

Co-authored-by: nico <nico@starpay.com>
2024-09-07 00:02:05 +08:00
Kelvin Mwinuka
ba7c1e7a4b Specify go version to 1.21.4 in the 'Set up Go' step on the goreleaser job. v0.11.3 2024-08-27 15:45:24 +08:00
Kelvin Mwinuka
8232d2c8b2 Updated goreleaser version in release workflow v0.11.2 2024-08-27 15:36:30 +08:00
Kelvin Mwinuka
710c4d8b04 Updated goreleaser config file to version 2 v0.11.1 2024-08-27 15:19:24 +08:00
osteensco
ac0964912f Iss 68 implement GETDEL command (#97)
Added GETDEL command.
v0.11.0
2024-08-25 10:13:10 +08:00
Kelvin Mwinuka
16a4e02506 Merge pull request #94 from osteensco/iss_57
Iss 57 implement RANDOMKEY command
2024-08-18 02:24:59 +08:00
Kelvin Clement Mwinuka
f28a59cae8 Added test setup that adds keys for RANDOMKEY command instead of relying on keys from other tests. 2024-08-18 02:17:45 +08:00
Kelvin Clement Mwinuka
e5977ec5ef Renamed 'Randomkey' to 'RandomKey' to follow PascalCase convention for exported methods. Added more clear definition for the RANDOMKEY command. 2024-08-18 01:50:07 +08:00
Kelvin Mwinuka
8e0e8c67ed Merge pull request #95 from osteensco/win_testing
Testing on Windows
2024-08-18 01:38:57 +08:00
Scott Osteen
86630ce4f4 added RANDOMKEY embedded spec and test 2024-08-15 22:06:01 -05:00
Scott Osteen
791e73d0bc test fixed 2024-08-15 16:24:27 -05:00
Scott Osteen
a7f0c07e5d randomkey command added for client-server spec 2024-08-15 16:21:33 -05:00
Scott Osteen
35984ee21c created RANDOMKEY command test 2024-08-15 10:02:21 -05:00
Scott Osteen
5ea1da8f4e added makefile command 2024-08-09 21:19:03 -05:00
Scott Osteen
2a23efb1c4 setup docker container for running tests on windows 2024-08-07 21:40:17 -05:00
Kelvin Mwinuka
cb0770f0ef Update README.md 2024-07-17 15:08:36 +08:00
Kelvin Mwinuka
a5a75abe46 Update README.md 2024-07-17 15:07:53 +08:00
Kelvin Mwinuka
44606ea417 Update README.md 2024-07-15 17:17:26 +08:00
Kelvin Mwinuka
3300b917e6 Update README.md 2024-07-13 22:52:03 +08:00
Kelvin Mwinuka
48d36b8cd6 Update README.md 2024-07-13 22:51:37 +08:00
Kelvin Mwinuka
bf763216e7 Merge pull request #93 from EchoVault/fix/hash-module
Updated HSET commands handler to be more thread-safe
v0.10.1
2024-07-11 11:24:59 +08:00
Kelvin Clement Mwinuka
718b7f270f Updated HSET commands handler to be more thread-safe 2024-07-11 11:21:06 +08:00
Kelvin Mwinuka
d3252e8c04 Merge pull request #92 from EchoVault/fix/list-module
Updated list module commands to return expected results.
v0.10.0
2024-07-11 10:22:07 +08:00
Kelvin Mwinuka
f86d67d4f0 Updated list module commands to return expected results. 2024-07-11 10:09:30 +08:00
Kelvin Clement Mwinuka
ffa89884fd Updated version number v0.9.1 2024-07-09 18:01:56 +08:00
Kelvin Clement Mwinuka
36fc06feb4 Changed gorelease config version back to 1 2024-07-09 17:58:52 +08:00
Kelvin Mwinuka
c58af7f62f Merge pull request #91 from EchoVault/fix/main.go
Moved main.go to cmd/main.go
2024-07-09 17:54:13 +08:00
Kelvin Clement Mwinuka
1bc9e9a7ca Moved main.go to cmd/main.go 2024-07-09 17:42:01 +08:00
Kelvin Mwinuka
e81245fbca Update README.md 2024-07-08 20:57:59 +08:00
Kelvin Clement Mwinuka
cab6c3f41f Added 'subject-name' in attestation generation step in release workflow v0.9.0 2024-07-08 20:16:16 +08:00
Kelvin Clement Mwinuka
af928b57ce Changed namespace/repository to echovault/echovault in docker image push workflow. 2024-07-08 19:54:17 +08:00
Kelvin Clement Mwinuka
70e147d1b7 Enabled DockerHub login 2024-07-08 19:48:06 +08:00
Kelvin Clement Mwinuka
32b3a6fcf1 Disable DockerHub login 2024-07-08 19:45:36 +08:00
Kelvin Clement Mwinuka
82abf6880a Use docker/login-action@v3 for login to DockerHub 2024-07-08 19:41:57 +08:00
Kelvin Clement Mwinuka
7c70d6ddfd Updated release.yml DOCKER_PASSWORD to DOCKER_TOKEN 2024-07-08 19:29:45 +08:00