Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
Fix links to bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Nov 12, 2017
1 parent 69114d4 commit 771b41c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fakenewsredis: A fake version of a redis-py
==========================================
===========================================

.. image:: https://secure.travis-ci.org/ska-sa/fakenewsredis.svg?branch=master
:target: http://travis-ci.org/ska-sa/fakenewsredis
Expand Down Expand Up @@ -270,17 +270,17 @@ Revision history
-----
This is the first release of fakenewsredis, based on `fakeredis`_ 0.9.0, with the following features and fixes:

- fakeredis [#78](https://github.com/jamesls/fakeredis/issues/78) Behaviour of transaction() does not match redis-py
- fakeredis [#79](https://github.com/jamesls/fakeredis/issues/79) Implement redis-py's .lock()
- fakeredis [#90](https://github.com/jamesls/fakeredis/issues/90) HINCRBYFLOAT changes hash value type to float
- fakeredis [#101](https://github.com/jamesls/fakeredis/issues/101) Should raise an error when attempting to get a key holding a list)
- fakeredis [#146](https://github.com/jamesls/fakeredis/issues/146) Pubsub messages and channel names are forced to be ASCII strings on Python 2
- fakeredis [#163](https://github.com/jamesls/fakeredis/issues/163) getset does not to_bytes the value
- fakeredis [#165](https://github.com/jamesls/fakeredis/issues/165) linsert implementation is incomplete
- fakeredis [#128](https://github.com/jamesls/fakeredis/pull/128) Remove `_ex_keys` mapping
- fakeredis [#139](https://github.com/jamesls/fakeredis/pull/139) Fixed all flake8 errors and added flake8 to Travis CI
- fakeredis [#166](https://github.com/jamesls/fakeredis/pull/166) Add type checking
- fakeredis [#168](https://github.com/jamesls/fakeredis/pull/168) Use repr to encode floats in to_bytes
- fakeredis `#78 <https://github.com/jamesls/fakeredis/issues/78>`_ Behaviour of transaction() does not match redis-py
- fakeredis `#79 <https://github.com/jamesls/fakeredis/issues/79>`_ Implement redis-py's .lock()
- fakeredis `#90 <https://github.com/jamesls/fakeredis/issues/90>`_ HINCRBYFLOAT changes hash value type to float
- fakeredis `#101 <https://github.com/jamesls/fakeredis/issues/101>`_ Should raise an error when attempting to get a key holding a list)
- fakeredis `#146 <https://github.com/jamesls/fakeredis/issues/146>`_ Pubsub messages and channel names are forced to be ASCII strings on Python 2
- fakeredis `#163 <https://github.com/jamesls/fakeredis/issues/163>`_ getset does not to_bytes the value
- fakeredis `#165 <https://github.com/jamesls/fakeredis/issues/165>`_ linsert implementation is incomplete
- fakeredis `#128 <https://github.com/jamesls/fakeredis/pull/128>`_ Remove `_ex_keys` mapping
- fakeredis `#139 <https://github.com/jamesls/fakeredis/pull/139>`_ Fixed all flake8 errors and added flake8 to Travis CI
- fakeredis `#166 <https://github.com/jamesls/fakeredis/pull/166>`_ Add type checking
- fakeredis `#168 <https://github.com/jamesls/fakeredis/pull/168>`_ Use repr to encode floats in to_bytes

.. _fakeredis: https://github.com/jamesls/fakeredis
.. _redis-py: http://redis-py.readthedocs.org/en/latest/index.html
Expand Down

0 comments on commit 771b41c

Please sign in to comment.