John Benediktsson
d8554ad24e
redis.command-writer: adding SWAPDB command.
...
See: c7a4e694ad
2016-10-14 16:54:32 -07:00
John Benediktsson
3f18b71d07
cleanup some QUALIFIED: that are no longer needed.
2016-03-29 10:20:16 -07:00
John Benediktsson
59caf874a3
syntax: removing #! as a comment character.
...
We don't need two types of comments and shebang (#!) is handled
natively by the lexer, so the original reason for #! is not valid.
2015-09-09 18:28:08 -07:00
John Benediktsson
ceb75057da
change ERROR: words from throw-foo back to foo.
2015-08-13 16:13:05 -07:00
Doug Coleman
66147f27b4
extra: use throw-foo for ERROR: change
2015-08-13 01:56:32 -07:00
John Benediktsson
d1262ca2d7
redis: fix using.
2015-07-10 14:28:50 -07:00
John Benediktsson
752ceb57fc
redis: adding a read timeout to the socket.
2015-07-10 09:31:21 -07:00
Doug Coleman
892c62e1dc
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
2015-07-03 09:39:59 -07:00
Doug Coleman
59f3b1ea57
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
...
Needs a bit more work.
This reverts commit 7e54cc2824
.
2015-07-02 13:47:06 -07:00
Doug Coleman
7e54cc2824
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
2015-07-02 11:36:08 -07:00
John Benediktsson
44f31ee13e
use swapd instead of [ swap ] dip.
2014-11-21 11:56:17 -08:00
Benjamin Pollack
7b1876250b
Update redis vocabulary to use the modern protocol
...
The existing Redis vocabulary was using a very old and outdated version of the
Redis protocol that couldn't even write values to a modern Redis install. This
patch updates the library and tests to use the newer protocol, which should
also work on Redis servers all the way back to Redis 1.2.
2014-05-06 16:29:32 -04:00
Paul Woolcock
33cc7c45f5
Add hash commands to extra/redis
2013-07-30 14:42:40 -04:00
Doug Coleman
b71d86a1dc
update more 8bit encoding usages
2009-11-12 18:36:47 -06:00
Bruno Deferrari
cb76bddd8f
redis.assoc: Use redis-flushdb in clear-assoc
2009-05-11 00:50:22 -03:00
Bruno Deferrari
7edcc65159
extra.redis: Replace 'redis-assoc' with the more general 'redis' type (now in the redis vocab), add support for automatic authentification when calling 'with-redis'
2009-05-11 00:44:09 -03:00
Bruno Deferrari
462b66a696
extra.redis: Make redis-keys return an array of keys instead of a space separated string of keys
2009-05-11 00:09:32 -03:00
Bruno Deferrari
d45d63715b
extra.redis.assoc: Assoc protocol implementation for Redis
2009-05-11 00:08:34 -03:00
Bruno Deferrari
028235b9ff
extra.redis: Vocabulary for communicating with the Redis key-value database
2009-05-10 20:08:58 -03:00