File: CHANGELOG.md

package info (click to toggle)
ruby-peek-redis 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • ctags: 19
  • sloc: ruby: 66; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 1.0.0

- Initial release.

# 1.0.1

- Fixed a bug where Redis::Client may have a block passed to some methods and if not passed would return 0 instead of true or false.

# 1.1.0

- Query count and Query time are now threadsafe.

# 1.2.0

- Use prepend over chaining in Redis::Client - [#4](https://github.com/peek/peek-redis/pull/4) by @ys