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

Bruno Deferrari 2009-05-11 00:50:22 -03:00
parent 8ed93cdd05
commit effe2ae447
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= ;