Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

fsprojects-archive/zzarchive-oxen

Repository files navigation

Build status Build Status

Oxen

like bull but functional

An implementation of the redis queue bull in f#.

Why oxen

If you want easy persistant queues to communicate between processes over networks or time. Between .NET and node. You can use oxen and bull.

Resources

  • There's a website: here
  • And the docs: here

Licences

MIT

Contributing

Building

prerequisites

mac & linux windows
mono ✔️
redis ✔️
node ✔️ ✔️

commands

On mac and linux:

redis-server &
./build.sh

On windows:

.\build.cmd

committing

  • Make sure you make a feature branch.
  • Make sure all tests pass after your changes.
  • Make sure your branch is rebased on the master branch
  • Do a PR on github
  • Write a little story about what you added/changed/fixed.
  • Profit!

Maintainers

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)