Commit Graph

13 Commits

Author SHA1 Message Date
Kelvin Mwinuka
703ad2a802 Rename the project to SugarDB. (#130)
Renames project to "SugarDB" - @kelvinmwinuka
2024-09-22 21:31:12 +08:00
DMcP89
d8969721c5 Changing APPEND command to write category 2024-07-02 15:07:39 -04:00
DMcP89
6b490a8f1d Adding context to params.KeyExist 2024-07-02 14:26:48 -04:00
DMcP89
194641c879 Merge branch 'main' of https://github.com/EchoVault/EchoVault into enhancement/62-append-command 2024-07-02 14:24:05 -04:00
DMcP89
26224f1d1a Adding tests for APPEND 2024-07-02 14:08:17 -04:00
Kelvin Mwinuka
325157ab71 Disabled adjustMemory memory until a multi-database implementation is done. Updated function signatures in handler params for built-in commands and for modules. Disabled snapshots and snapshot restoration until a multi-database implementation is done. 2024-07-01 06:05:05 +08:00
DMcP89
51198e3c26 Implementing APPEND command 2024-06-26 23:01:01 -04:00
DMcP89
d755f6fae5 Begining to implement Append command 2024-06-26 21:00:57 -04:00
Kelvin Clement Mwinuka
e3ecc42454 Updated string commands package to use new keyspace methods and resp connection for tests 2024-05-26 15:04:57 +08:00
Kelvin Clement Mwinuka
281c4f27a7 Added godoc commends for embedded methods and types to extend commands. Moved constants to internal directory 2024-04-29 15:20:10 +08:00
Kelvin Clement Mwinuka
97f4617d86 Moved all packages from /pkg directory to the root directory. Deleted /pkg directory. Pass keyspace functions to raft package instead of an EchoVault instance. This removes dependency on the echovault pakage from the raft package. 2024-04-28 00:37:45 +08:00
Kelvin Clement Mwinuka
6ad3b7baab Exported EchoVault interface now onlu contains the keyspace methods. All other methods are private. Private methods are accessed using the reflect package in the test folder 2024-04-26 02:33:35 +08:00
Kelvin Clement Mwinuka
b6ddb43a49 Removed duplicate imports for set, sorted_set, pubsub and acl modules. Moved /modules from /pkg to /internal. Delted commands package: Commands will now be automatically loaded when an EchoVault instance is initialised. 2024-04-24 22:37:16 +08:00