mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-15 17:51:06 +00:00
879f2950e5
For legacy mode: 1. For mutate commands, an empty result should throw an error 2. For read commands, it returns nil if path was not found, but if it was matched but only with a wrong types, it will throw an error. For non-legacy mode, objlen should throw an error for non existing key. Simplified JsonCallbackResult a bit and made sure more fakeredis tests are passing. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
6 lines
224 B
Bash
Executable file
6 lines
224 B
Bash
Executable file
#!/bin/bash
|
|
|
|
containerWorkspaceFolder=$1
|
|
git config --global --add safe.directory ${containerWorkspaceFolder}
|
|
git config --global --add safe.directory ${containerWorkspaceFolder}/helio
|
|
mkdir -p /root/.local/share/CMakeTools
|