Matt Stancliff
|
88530804e8
Add test for deleting an expired key
|
10 years ago |
antirez
|
a881827b6e
SCAN: tests moved to unit/scan.tcl.
|
11 years ago |
antirez
|
0471b90844
SCAN: Fix test after option renamed from PATTERN to MATCH.
|
11 years ago |
Pieter Noordhuis
|
7f490b197f
Add SCAN command
|
12 years ago |
antirez
|
ddccd0ed58
Test: regression test for issue #1208.
|
11 years ago |
antirez
|
dfc31a1ee8
Test: Extended SET tests.
|
11 years ago |
antirez
|
c4b0b6854e
Type mismatch errors are now prefixed with WRONGTYPE.
|
12 years ago |
antirez
|
bf758397a1
more valgrind (and other archs) friendly testing of floating number related features.
|
13 years ago |
antirez
|
cd4aba36cd
valgrind handles floating point numbers differently for some reason, so using "simpler" numbers to make tests happy.
|
13 years ago |
antirez
|
70023978fd
test for the new more strict behavior about number parsing
|
13 years ago |
antirez
|
c9df799b2c
INCRBYFLOAT tests
|
13 years ago |
antirez
|
02a3e58258
Added two new tests for RENAME, currently both will fail because of bug #128.
|
13 years ago |
Pieter Noordhuis
|
b0d1d2684d
SETNX regression tests.
|
13 years ago |
Pieter Noordhuis
|
7d5f5712d9
Update tests for STRLEN
|
14 years ago |
Pieter Noordhuis
|
8f8eeffec1
Disable negative offsets for SETRANGE
|
14 years ago |
Pieter Noordhuis
|
e983cf34be
Add fuzzy test for SETBIT
|
14 years ago |
Pieter Noordhuis
|
30407e1f4f
Make SETBIT return original bit value
|
14 years ago |
Pieter Noordhuis
|
d8f160a848
Add test cases for GETRANGE against integer-encoded strings
|
14 years ago |
Pieter Noordhuis
|
ef11bcccca
Refactor and rename SUBSTR to GETRANGE
|
14 years ago |
Pieter Noordhuis
|
9f9e1ceaa0
Add SETRANGE command implementation and tests
|
14 years ago |
Pieter Noordhuis
|
eae33c1c81
Add generic function to grow an sds value
|
14 years ago |
Pieter Noordhuis
|
076f88d657
Enforce maximum string value length of 512MB
|
14 years ago |
Pieter Noordhuis
|
3c1bf4957e
Add commands SETBIT/GETBIT
|
14 years ago |
Pieter Noordhuis
|
dc11daf3b5
Change tests to use either the inline or the multibulk protocol
|
14 years ago |
antirez
|
2c572622fb
no longer passing tests due to the new write-on-volatile semantics modified/removed
|
14 years ago |
antirez
|
80091bbaac
STRLEN command implemented
|
14 years ago |
Pieter Noordhuis
|
7f7499eeac
tags for existing tests
|
14 years ago |
Pieter Noordhuis
|
6e0e5bedd9
basic support to tag tests
|
14 years ago |
Pieter Noordhuis
|
9e5d2e8bd6
changed how server.tcl accepts options to support more directives without requiring more arguments to the proc
|
14 years ago |
antirez
|
ab72b4833d
minor fixes to the new test suite, html doc updated
|
14 years ago |