redict/tests/unit/type
antirez 5082ec6419 Streams: move ID ms/seq separator from '.' to '-'
After checking with the community via Twitter (here:
https://twitter.com/antirez/status/915130876861788161) the verdict was to
use ":". However I later realized, after users lamented the fact that
it's hard to copy IDs just with double click, that this was the reason
why I moved to "." in the first instance. Fortunately "-", that was the
other option with most votes, also gets selected with double click on
most terminal applications on Linux and MacOS.

So my reasoning was:

1) We can't retain "." because it's actually confusing to newcomers, it
looks like a floating number, people may be tricked into thinking they
can order IDs numerically as floats.

2) Moving to a double-click-to-select format is much better. People will
work with such IDs for long time when coding / debugging. Why making now
a choice that will impact this for the next years?

The only other viable option was "-", and that's what I did. Thanks.
2017-12-01 10:24:24 +01:00
..
hash.tcl Test: fix conditional execution of HINCRBYFLOAT representation test. 2017-02-22 12:00:09 +01:00
incr.tcl fix string to double conversion, stopped parsing on \0 even if the string has more data. 2017-11-23 17:15:27 +02:00
list-2.tcl Config: Add quicklist, remove old list options 2015-01-02 11:16:10 -05:00
list-3.tcl Test: new randomized stress tester for #3343 alike bugs. 2016-06-28 09:42:20 +02:00
list-common.tcl list test split into smaller parts 2011-07-11 11:30:46 +02:00
list.tcl make RPUSHX and LPUSHX variadic 2016-06-05 16:50:24 +02:00
set.tcl uphold the smove contract to return 0 when the element is not a member of the source set, even if source=dest 2015-04-17 09:27:54 -04:00
stream.tcl Streams: move ID ms/seq separator from '.' to '-' 2017-12-01 10:24:24 +01:00
string.tcl Test: fixes a few tests after basic unit refactoring. 2015-02-25 10:37:52 +01:00
zset.tcl Regression test for issue #4391. 2017-10-30 13:45:46 +01:00