redis: fix using.
parent
dbdff8e880
commit
d1262ca2d7
|
|
@ -1,7 +1,8 @@
|
||||||
! Copyright (C) 2009 Bruno Deferrari
|
! Copyright (C) 2009 Bruno Deferrari
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors io io.sockets io.streams.duplex kernel
|
USING: accessors calendar io io.sockets io.streams.duplex
|
||||||
redis.command-writer redis.response-parser io.encodings.utf8 ;
|
io.timeouts kernel redis.command-writer redis.response-parser
|
||||||
|
io.encodings.utf8 ;
|
||||||
IN: redis
|
IN: redis
|
||||||
|
|
||||||
#! Connection
|
#! Connection
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue