Most databases have case-insensitive commands. Think SQL: 'select' is
the same as 'SELECT' is the same as 'SeLeCt'. To do something
different in this regard (specifically to have 'get', 'GET', and 'Get'
do something different) would be arguably insane. Never mind
confusing.
Regards,
- Josiah
On Sun, Aug 19, 2012 at 8:58 AM, mcgushee <
mattg...@gmail.com> wrote:
> Hmm, I thought I already posted this ... apologies if it appears twice. But
> anyway, I have been experimenting with the Redis client for Chicken Scheme,
> have come across a couple of issues, and started digging into the code.
> Along the way I noticed that all the commands issued to Redis pass through
> the STRING-UPCASE function (should be obvious what that does, no?). And that
> raises the question ... at least for me (Redis 2.4.15 on Linux), Redis
> commands are actually case-insensitive. But are they that way by design, and
> likely to remain so in the future, or is that an incidental feature of the
> current implementation? I've looked in the docs, but can't find any
> statement addressing this question. Thanks for all info!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Redis DB" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/redis-db/-/oSvnF0z0KcoJ.
> To post to this group, send email to
redi...@googlegroups.com.
> To unsubscribe from this group, send email to
>
redis-db+u...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/redis-db?hl=en.