minhdanghuu

Results 3 issues of minhdanghuu

Since RedisClient does not have a proper interface, so if i want to write a mock RedisClient ( for unit testing), i have to inherit RedisClient class. But it seem...

Does AspNetCoreRateLimit have rate limit for websocket request, or http request only ?

According to the https://docs.couchdb.org/en/3.2.0/api/database/bulk-api.html . We can bulk delete by passing _deleted = true. It seem that CouchDocument does not have that field. How can i bulk delete documents?