redis.assoc: Use redis-flushdb in clear-assoc

db4
Bruno Deferrari 2009-05-11 00:50:22 -03:00
parent 7edcc65159
commit cb76bddd8f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ M: redis set-at [ redis-set drop ] with-redis ;
M: redis delete-at [ redis-del drop ] with-redis ;
M: redis clear-assoc [ "*" redis-keys [ redis-del drop ] each ] with-redis ;
M: redis clear-assoc [ redis-flushdb drop ] with-redis ;
M: redis equal? assoc= ;