Commit Graph

8 Commits

Author SHA1 Message Date
Kelvin Clement Mwinuka
04f0d92a95 Added encoding function for integers.
Added functionality for mget.
2023-07-02 07:23:50 +08:00
Kelvin Clement Mwinuka
b1fec4a0de Removed print statement in simple string encoding function 2023-07-01 22:42:53 +08:00
Kelvin Clement Mwinuka
ef140c8427 Added array serialization to encode function. Moved message reading to utils packages as it's used by both server and client 2023-07-01 21:59:41 +08:00
Kelvin Clement Mwinuka
58cf302460 Created encoding functions for simple string and error. 2023-06-27 01:04:44 +08:00
Kelvin Clement Mwinuka
e0e865fd56 Return PONG response from server 2023-06-26 19:41:38 +08:00
Kelvin Clement Mwinuka
40be716513 Added resp package for encoding and decoding resp messages.
Created encoding functions for the following commands: ping, set, setnx, get, mget, incr, incrby, incrbyfloat.
Created utils packages for shared utility functions.
2023-06-24 05:38:59 +08:00
Kelvin Clement Mwinuka
0b1c76f8b6 Send RESP encoded message with double quotes and escaped delimiters to server 2023-06-23 02:56:49 +08:00
Kelvin Clement Mwinuka
d1953c89e9 Added serialization package. Encode user input. 2023-06-22 22:54:37 +08:00