We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716c2b7 commit 93eb34dCopy full SHA for 93eb34d
acceptance-tests/tests/select-db-with-password.sh
@@ -18,7 +18,6 @@ $REDISCMD FLUSHDB
18
$REDISCMD --pipe <backup
19
NEWDBSIZE=`$REDISCMD dbsize`
20
echo "Redis has $DBSIZE entries"
21
-
22
echo "-> Comparing DB sizes..."
23
if [ $DBSIZE -ne $NEWDBSIZE ]; then
24
echo "ERROR - restored DB has $NEWDBSIZE elements, expected $DBSIZE"
0 commit comments