We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3585961 commit e4be12fCopy full SHA for e4be12f
pink/rondis/tests/get_set.sh
@@ -102,9 +102,9 @@ for i in {1..10000}; do
102
echo "SET $KEY:piped_$i value_$i"
103
done | redis-cli --pipe --verbose
104
105
-# echo "Testing edge case large key length (Redis allows up to 512MB for the value)..."
106
-# edge_value=$(head -c 100000 < /dev/zero | tr '\0' 'b')
107
-# set_and_get "$KEY:edge_large" "$edge_value"
+echo "Testing edge case large key length (Redis allows up to 512MB for the value)..."
+edge_value=$(head -c 100000 < /dev/zero | tr '\0' 'b')
+set_and_get "$KEY:edge_large" "$edge_value"
108
109
incr_key="$key:incr$RANDOM"
110
incr_output=$(redis-cli INCR "$incr_key")
0 commit comments