Unverified Commit be0fe5d1 authored by Hong Minhee's avatar Hong Minhee
Browse files

Update README

[ci skip]
parent f76b1ae6
Loading
Loading
Loading
Loading
+15 −3
Original line number Diff line number Diff line
<!-- deno-fmt-ignore-file -->

@fedify/redis
=============
@fedify/redis: Redis drivers for Fedify
=======================================

[![JSR][JSR badge]][JSR]
[![npm][npm badge]][npm]
[![GitHub Actions][GitHub Actions badge]][GitHub Actions]

Redis drivers for Fedify.
This package provides [Fedify]'s [`KvStore`] and [`MessageQueue`]
implementations for Redis.

[JSR]: https://jsr.io/@fedify/redis
[JSR badge]: https://jsr.io/badges/@fedify/redis
@@ -15,3 +16,14 @@ Redis drivers for Fedify.
[npm badge]: https://img.shields.io/npm/v/@fedify/redis?logo=npm
[GitHub Actions]: https://github.com/dahlia/fedify-redis/actions/workflows/main.yaml
[GitHub Actions badge]: https://github.com/dahlia/fedify-redis/actions/workflows/main.yaml/badge.svg
[Fedify]: https://fedify.dev/
[`KvStore`]: https://jsr.io/@fedify/fedify/doc/federation/~/KvStore
[`MessageQueue`]: https://jsr.io/@fedify/fedify/doc/federation/~/MessageQueue


Changelog
---------

### Version 0.1.0

To be released.
+1 −2
Original line number Diff line number Diff line
@@ -13,8 +13,7 @@
    "ioredis": "npm:ioredis@^5.4.0"
  },
  "exclude": [
    "npm",
    "*.md"
    "npm"
  ],
  "tasks": {
    "check": "deno fmt --check && deno lint && deno check */*.ts",