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 |
|
Kelvin Clement Mwinuka
|
b48ee54228
|
Updated test suites to retry connection to tcp server. Use concurrency to setup cluster in Test_Cluster suite.
|
2024-05-31 18:17:36 +08:00 |
|
Kelvin Clement Mwinuka
|
c7560ce9dd
|
Updated all test suites to include connection and server shutdown on cleanup.
|
2024-05-31 01:30:18 +08:00 |
|
Kelvin Clement Mwinuka
|
502e804459
|
Removed logic to get unexported methods from the echovault package in all tests.
|
2024-05-30 19:33:01 +08:00 |
|
Kelvin Clement Mwinuka
|
93a616c5c1
|
Updated RAFT layer to use new keyspace methods. Fixed API methods for HSET and SINTERCARD to match new key overwriting behaviour.
|
2024-05-26 15:49:51 +08:00 |
|
Kelvin Clement Mwinuka
|
926a008c23
|
Updated generic and hash package tests to use tcp connection instead of calling the handler directly
|
2024-05-24 13:40:40 +08:00 |
|
Kelvin Clement Mwinuka
|
193871ec72
|
Removed test folder and moved all commands tests to their respective internal modules. Moved api tests into echovault package. This change has been made because the speratate test folder is not idiomatic and caused test coverage report to not be generated.
|
2024-05-04 17:45:10 +08:00 |
|