mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-06 16:36:54 +08:00
Updated RAFT layer to use new keyspace methods. Fixed API methods for HSET and SINTERCARD to match new key overwriting behaviour.
This commit is contained in:
@@ -116,7 +116,7 @@ func Test_HandleHSET(t *testing.T) {
|
||||
expectedError: nil,
|
||||
},
|
||||
{
|
||||
name: "6. HSET returns error when the target key is not a map",
|
||||
name: "6. HSET overwrites when the target key is not a map",
|
||||
key: "HsetKey6",
|
||||
presetValue: "Default preset value",
|
||||
command: []string{"HSET", "HsetKey6", "field1", "value1"},
|
||||
|
Reference in New Issue
Block a user