Regarding tube names:
====
Names, in this protocol, are ASCII strings. They may contain letters (A-Z and
a-z), numerals (0-9), hyphen ("-"), plus ("+"), slash ("/"), semicolon (";"),
dot ("."), dollar-sign ("$"), and parentheses ("(" and ")"), but they may not
begin with a hyphen. They are terminated by white space (either a space char or
end of line). Each name must be at least one character long.
====
So anything not explicitly listed in the above is not allowed correct?
(i.e. other characters such as underscore ("_") will cause a
"BAD_FORMAT" when used).
Sort of a second mini question: Is there any chance support for
underscores in tube names would be considered?
Thanks in advance, beanstalkd has really made my life a lot simpler/easier.
-Kurt
--
You received this message because you are subscribed to the Google Groups
"beanstalk-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/beanstalk-talk?hl=en.